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 = {