Switch to bash

This commit is contained in:
2025-11-10 09:10:45 -05:00
parent 1f9a1a20dd
commit 75ca714850
4 changed files with 26 additions and 56 deletions

View File

@@ -271,7 +271,7 @@
"libvirtd"
"corectrl"
];
shell = pkgs.zsh;
shell = pkgs.bash;
};
i18n.defaultLocale = "en_US.UTF-8";
@@ -304,7 +304,6 @@
enable = true;
remotePlay.openFirewall = true;
};
zsh.enable = true;
};
services.avahi = {

View File

@@ -12,12 +12,6 @@
nix.enable = false;
programs.zsh = {
enable = true;
# https://github.com/nix-community/home-manager/issues/108#issuecomment-340397178
enableCompletion = false;
};
system.stateVersion = 4;
users.users."dave.gallant".home = "/Users/dave.gallant";