Replace fish with nushell

This commit is contained in:
2026-02-08 08:27:43 +00:00
parent f389753946
commit df8e73bc23
17 changed files with 270 additions and 91 deletions

View File

@@ -118,7 +118,7 @@
name = user;
home = "/Users/${user}";
isHidden = false;
shell = pkgs.fish;
shell = pkgs.nushell;
};
home-manager.useGlobalPkgs = true;