diff --git a/home/shell/default.nix b/home/shell/default.nix index a478178..5b90b5d 100644 --- a/home/shell/default.nix +++ b/home/shell/default.nix @@ -3,6 +3,7 @@ imports = [ ./nushell ./zsh + ./fish ./common.nix ./starship.nix ./git.nix @@ -12,6 +13,7 @@ ./bat.nix ./direnv.nix ./tldr.nix + ./rmtrash.nix ]; }