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