From 6de0b163f1104b3a921c7f4af9aea72b187ea497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=BF=20corey=20=28they/them=29?= Date: Thu, 18 Dec 2025 20:30:27 -0800 Subject: [PATCH] Enable fzf --- modules/home/utilities.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/home/utilities.nix b/modules/home/utilities.nix index a959ca6..13cc6c0 100644 --- a/modules/home/utilities.nix +++ b/modules/home/utilities.nix @@ -33,6 +33,11 @@ in { }; }; + programs.fzf = { + enable = true; + enableZshIntegration = true; + }; + programs.jq.enable = true; programs.lsd = {