diff --git a/home/ash/default.nix b/home/ash/default.nix index a9b6467..a0adc21 100644 --- a/home/ash/default.nix +++ b/home/ash/default.nix @@ -17,4 +17,14 @@ keys.normal."C-`" = "switch_to_uppercase"; }; }; + + programs.zoxide = { + enable = true; + enableFishIntegration = true; + }; + + programs.fzf = { + enable = true; + enableFishIntegration = true; + }; }