Move fish
This commit is contained in:
parent
041cf7f0a2
commit
1450f0901d
@ -92,7 +92,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;
|
#shell = pkgs.fish;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Allow unfree packages
|
# Allow unfree packages
|
||||||
|
@ -25,6 +25,7 @@ in
|
|||||||
pkgs.fira-code # fira code font
|
pkgs.fira-code # fira code font
|
||||||
pkgs.fwupd # firmware updates
|
pkgs.fwupd # firmware updates
|
||||||
pkgs.fwupd-efi # firmware updates additional EFI stuff
|
pkgs.fwupd-efi # firmware updates additional EFI stuff
|
||||||
|
pkgs.fish # fish shell
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user