This commit is contained in:
Spectre 2024-06-07 18:59:14 +02:00
parent b1e6f4256f
commit e683317ab3
5 changed files with 35 additions and 35 deletions

View file

@ -1,4 +1,4 @@
{pkgs, ...}: {
programs.zsh.enable = true;
users.defaultUserShell = pkgs.zsh;
# programs.zsh.enable = true;
# users.defaultUserShell = pkgs.zsh;
}