From c0ff127940bc5fba47895564534cfabe628f165a Mon Sep 17 00:00:00 2001 From: smayzy Date: Fri, 10 Oct 2025 11:46:14 +0200 Subject: [PATCH] add fzf --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.nix b/configuration.nix index b428b24..fbd30ff 100644 --- a/configuration.nix +++ b/configuration.nix @@ -79,7 +79,11 @@ usbutils unzip nixfmt-tree + fzf ]; + programs.fzf.keybindings = true; + + system.stateVersion = "25.05"; }