Change default shell to zsh

This commit is contained in:
Chris Thompson 2024-12-10 06:29:26 -05:00
parent 3acd8a1e0d
commit 74319a0469
2 changed files with 2 additions and 0 deletions

View file

@ -202,6 +202,7 @@
brave # privacy oriented browser
zig # the zig language
];
programs.zsh.enable = true;
programs.git = {
enable = true;
lfs.enable = true;

View file

@ -51,6 +51,7 @@ in
php81Extensions.curl
php81Extensions.posix
];
shell = pkgs.zsh;
};
};
}