Changed default shell to nushell

This commit is contained in:
EsVagy42 2025-11-12 18:26:55 +01:00
parent 837f2ef022
commit c128fa2bcd
2 changed files with 2 additions and 1 deletions

View file

@ -1 +1 @@
Added krita Changed default shell to nushell

View file

@ -209,6 +209,7 @@ in
"wheel" "wheel"
]; ];
initialPassword = "initialPassword"; initialPassword = "initialPassword";
shell = pkgs.nushell;
}; };
programs.kdeconnect.enable = true; programs.kdeconnect.enable = true;