zsh
This commit is contained in:
parent
f2dc32ac0c
commit
ed93f5ec7e
3 changed files with 6 additions and 1 deletions
4
system/zsh.nix
Normal file
4
system/zsh.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
programs.zsh.enable = true;
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue