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 = {