From f7ab7dfb559d75a39060bf1e454291e6f3c7ba67 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Sun, 4 May 2025 19:36:15 +0530 Subject: [PATCH] fix: nushell is not ready yet --- hosts/default/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;