zsh as default

This commit is contained in:
Mohamed Chrayed 2024-08-06 17:30:23 +02:00
parent 0d7a1105b5
commit 67606e4f00

View File

@ -2,6 +2,7 @@
{
programs.zsh {
enable = true;
users.defaultUserShell = pkgs.zsh;
};
}