feat(terminal): Change default tmux to fish shell

This commit is contained in:
uttarayan21
2024-03-28 13:33:46 +05:30
parent 5b9d2e9ce5
commit 4790bb85ad
3 changed files with 31 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
};
settings = {
background_opacity = "0.8";
background_color = "#FFFFFF";
background = "#000000";
shell = "${pkgs.fish}/bin/fish";
};
shellIntegration.enableFishIntegration = true;