feat: add program.zsh.enable

This commit is contained in:
s-prechtl 2025-12-02 16:29:55 +01:00
parent 08deff4d9f
commit aedada7df8

View file

@ -40,6 +40,7 @@ in {
"root" = import ./home.nix; "root" = import ./home.nix;
}; };
}; };
programs.zsh.enable = true;
users.users.root.shell = pkgs.zsh; users.users.root.shell = pkgs.zsh;
# Configure network proxy if necessary # Configure network proxy if necessary