Move fish

This commit is contained in:
RealStickman 2023-04-17 20:40:28 +02:00
parent 041cf7f0a2
commit 1450f0901d
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -25,6 +25,7 @@ in
pkgs.fira-code # fira code font
pkgs.fwupd # firmware updates
pkgs.fwupd-efi # firmware updates additional EFI stuff
pkgs.fish # fish shell
];
};