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 = {