Set shell to bash on macOS

This commit is contained in:
2024-10-10 16:37:19 +01:00
parent 584f30cff1
commit 5714bdb3b6

View File

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