add nushell

This commit is contained in:
2025-10-29 10:33:42 +09:00
parent 9d5ffed340
commit 605c1b4ea3
5 changed files with 41 additions and 1 deletions

View File

@@ -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 ];
};