feat(shell): Change default shell from nu to fish

This commit is contained in:
Uttarayan Mondal
2024-04-01 22:26:40 +05:30
parent fcca258139
commit 8b03e0e2b5

View File

@@ -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