From 4a27355c8a8c497b5592e0e23b5261241bcfb6aa Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Fri, 2 May 2025 11:10:26 +0530 Subject: [PATCH] feat: nushell as default --- 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 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;