Reenable fish shell as default

This commit is contained in:
RealStickman 2023-04-17 21:24:35 +02:00
parent b7a04d62e0
commit 46c1270682

View File

@ -94,6 +94,7 @@ in
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" "video" "audio" "networkmanager" "lp" "scanner" ]; extraGroups = [ "wheel" "video" "audio" "networkmanager" "lp" "scanner" ];
initialPassword = "pass"; initialPassword = "pass";
shell = pkgs.fish;
}; };
# Allow unfree packages # Allow unfree packages