Change default shell to zsh
This commit is contained in:
parent
3acd8a1e0d
commit
74319a0469
2 changed files with 2 additions and 0 deletions
|
@ -202,6 +202,7 @@
|
|||
brave # privacy oriented browser
|
||||
zig # the zig language
|
||||
];
|
||||
programs.zsh.enable = true;
|
||||
programs.git = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
|
|
|
@ -51,6 +51,7 @@ in
|
|||
php81Extensions.curl
|
||||
php81Extensions.posix
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue