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"; }