zsh init~
This commit is contained in:
parent
17997a0523
commit
5016e65d67
2 changed files with 25 additions and 1 deletions
|
@ -83,5 +83,9 @@
|
|||
description = "twoneis";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
};
|
||||
|
||||
# Use zsh
|
||||
programs.zsh.enable = true;
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue