From 4e010b31674468cd8e3518d6aad54e43c051f77d Mon Sep 17 00:00:00 2001 From: Jan Grosser Date: Sat, 25 May 2024 22:33:24 +0200 Subject: [PATCH] Added fuzzy finder fzf --- hosts/p14s/home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/p14s/home.nix b/hosts/p14s/home.nix index 8ee027b..672d819 100644 --- a/hosts/p14s/home.nix +++ b/hosts/p14s/home.nix @@ -35,6 +35,7 @@ mc htop btop + fd # unnamed dependency for the fuzzy finder fzf # Network nextcloud-client @@ -107,6 +108,10 @@ ''; }; + # The fuzzy finder fzf + programs.fzf.enable = true; + programs.fzf.enableZshIntegration = true; + # Home Manager is pretty good at managing dotfiles. The primary way to manage # plain files is through 'home.file'. home.file = {