From 8b03e0e2b559b5d7e6534d496e7df5b9c2ab9e0b Mon Sep 17 00:00:00 2001 From: Uttarayan Mondal Date: Mon, 1 Apr 2024 22:26:40 +0530 Subject: [PATCH] feat(shell): Change default shell from nu to fish --- common/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/home.nix b/common/home.nix index 2081ff48..51f98632 100644 --- a/common/home.nix +++ b/common/home.nix @@ -324,7 +324,7 @@ in { sessionVariables = { EDITOR = "nvim"; - SHELL = "${pkgs.nushellFull}/bin/nu"; + SHELL = "${pkgs.fish}/bin/fish"; CARGO_TARGET_DIR = "${config.xdg.cacheHome}/cargo/target"; BROWSER = if device.isMac