create dev system settings

This commit is contained in:
Mohamed Chrayed 2024-08-06 17:38:19 +02:00
parent f1af7f4ab0
commit 6294b1c708
2 changed files with 5 additions and 3 deletions

4
system/set-dev.nix Normal file
View File

@ -0,0 +1,4 @@
{ ... }
{
users.defaultUserShell = pkgs.zsh;
}

View File

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