From b3f0bb2ac59b770952268ddbe2b5a1b21caeb7e9 Mon Sep 17 00:00:00 2001 From: smayzy Date: Sun, 22 Jun 2025 17:11:55 +0200 Subject: [PATCH] add fzf --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.nix b/configuration.nix index 74e15a4..3dc5f29 100644 --- a/configuration.nix +++ b/configuration.nix @@ -102,8 +102,12 @@ webcord pavucontrol thunderbird + lf + fzf ]; + programs.fzf.keybindings = true; + services.flatpak = { enable = true; update.onActivation = true;