feat: add program.zsh.enable
This commit is contained in:
parent
08deff4d9f
commit
aedada7df8
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ in {
|
|||
"root" = import ./home.nix;
|
||||
};
|
||||
};
|
||||
programs.zsh.enable = true;
|
||||
users.users.root.shell = pkgs.zsh;
|
||||
|
||||
# Configure network proxy if necessary
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue