about summary refs log tree commit diff
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2024-04-15 12:00:55 +0100
committerdevhell <devhell@mailfresser.de>2024-04-15 12:00:55 +0100
commitc6f9f42e42e1ceb62cb5ab66a70ac3eedffa765a (patch)
tree428775d4651dc3087f3aa22472672bb112ffe093
parente9d0e530fe9f6d4bab9dae410025682a13c181e1 (diff)
profiles/base: add fzf options
-rw-r--r--modules/user/devhell/profiles/base.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/user/devhell/profiles/base.nix b/modules/user/devhell/profiles/base.nix
index 9c0b0314..3ce8828e 100644
--- a/modules/user/devhell/profiles/base.nix
+++ b/modules/user/devhell/profiles/base.nix
@@ -75,6 +75,10 @@ in {
       git.enable = true;
       liboping.enable = true;
       htop.enable = true;
+      fzf = {
+        keybindings = true;
+        fuzzyCompletion = true;
+      };
       gnupg = {
         agent.enable = true;
         agent.enableSSHSupport = true;