Remove zsh program from home manager module, it does not handle login

shell
This commit is contained in:
Martin Larsson 2025-09-21 14:02:12 +02:00
parent d9486fd784
commit 5b3288b710

View file

@ -71,12 +71,6 @@ in
./common/firefox.nix ./common/firefox.nix
]; ];
programs = {
zsh = {
enable = true;
};
};
home = { home = {
stateVersion = "24.05"; stateVersion = "24.05";
packages = with pkgs; [ packages = with pkgs; [