full circle switch to fish

This commit is contained in:
notgne2 2022-11-11 17:32:05 -07:00
parent 1b5fa8d5bf
commit e7c9e93958
Signed by: notgne2
SSH Key Fingerprint: SHA256:qlFCAimT/PvNIG3u+aYT9pIqFCWgu6sNsWjpV1vHLIE
2 changed files with 2 additions and 8 deletions

View File

@ -106,5 +106,6 @@
networking.firewall.allowedTCPPorts = lib.mkDefault [22];
programs.fish.enable = lib.mkDefault true;
users.defaultUserShell = lib.mkOverride 900 pkgs.fish;
};
}

View File

@ -8,7 +8,6 @@ inputs: {
programs.direnv = {
enable = lib.mkDefault true;
enableZshIntegration = true;
nix-direnv.enable = lib.mkDefault true;
stdlib = ''
: ''${XDG_CACHE_HOME:=$HOME/.cache}
@ -75,14 +74,8 @@ inputs: {
enable = true;
};
programs.elvish = {
programs.fish = {
enable = true;
starship = true;
zoxide = true;
direnv = true;
initExtra = ''
use readline-binding
'';
};
programs.firefox = {