make zsh default

This commit is contained in:
Xory 2025-09-01 16:19:35 +03:00
parent 08de47d69f
commit 1147d5ad47
2 changed files with 2 additions and 0 deletions

View file

@ -92,6 +92,7 @@
kdePackages.kate kdePackages.kate
# thunderbird # thunderbird
]; ];
shell = pkgs.zsh;
}; };
# Enable automatic login for the user. # Enable automatic login for the user.

View file

@ -25,6 +25,7 @@
syntaxHighlighting.enable = true; syntaxHighlighting.enable = true;
}; };
programs.starship.enable = true; programs.starship.enable = true;
home.shellPackage = pkgs.zsh;
programs.kitty = { programs.kitty = {
enable = true; enable = true;