diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 8e4e9c9..2ed0b85 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -112,7 +112,7 @@ signal-desktop-bin tesseract ]; - shell = pkgs.fish; + shell = pkgs.nushell; }; programs.fish.enable = true;