From 29ac4e123dc446c3580f2c1034b2cd990d173410 Mon Sep 17 00:00:00 2001 From: chase Date: Tue, 24 Jun 2025 21:31:16 -0400 Subject: [PATCH] add fzf --- home/base.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/base.nix b/home/base.nix index bdc0303..bc03efe 100644 --- a/home/base.nix +++ b/home/base.nix @@ -139,6 +139,12 @@ }; }; + programs.fzf = { + enable = true; + enableBashIntegration = true; + enableZshIntegration = true; + }; + programs.git = { enable = true; userName = "chase";