Add nix-flatpak module, flake update.

This commit is contained in:
jay
2025-06-29 08:22:20 -04:00
parent 4cd83ca33c
commit d66660684c
3 changed files with 6 additions and 12 deletions

View File

@@ -30,11 +30,4 @@
experimental-features = nix-command flakes
'';
};
users.users = {
jay = {
description = "Jay Carter";
shell = pkgs.bash;
};
};
}