Fix bash shell

This commit is contained in:
2024-10-10 16:41:57 +01:00
parent 83b8a9dfb8
commit 668656a2ca
2 changed files with 1 additions and 1 deletions

View File

@@ -34,7 +34,6 @@
users.users.trude = {
name = "trude";
home = "/Users/trude";
shell = pkgs.bash;
};
home-manager = {
extraSpecialArgs = {inherit inputs;};