zsh forgot

This commit is contained in:
smayzy 2025-07-08 17:46:36 +02:00
parent a5edf53519
commit 1bdab821a6
2 changed files with 1 additions and 2 deletions

View File

@ -40,8 +40,6 @@
networking.hostName = "desktop1";
networking.networkmanager.enable = true;
users.defaultUserShell = pkgs.zsh;
services.xserver.xkb = {
layout = "fr";
variant = "";

View File

@ -11,5 +11,6 @@ in
config = mkIf config.smayzy.zsh.enable {
programs.zsh.enable = true;
users.defaultUserShell = pkgs.zsh;
};
}