feat(shell): Change default shell from nu to fish
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user