add nushell
This commit is contained in:
@@ -93,7 +93,7 @@ in {
|
||||
isNormalUser = true;
|
||||
extraGroups =
|
||||
[ "wheel" "wireshark" "podman" ]; # Enable ‘sudo’ for the user.
|
||||
shell = pkgs.fish;
|
||||
shell = pkgs.nushell;
|
||||
home = "/home/allen";
|
||||
packages = with pkgs; [ tree ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user