From 646ace831e3880fd915eaf13114d3add0d4ebf7c Mon Sep 17 00:00:00 2001 From: panotaka Date: Mon, 27 Nov 2023 10:25:33 -0400 Subject: [PATCH] Add fish and rmtrash to shell imports --- home/shell/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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 ]; }