diff --git a/config.nix b/config.nix index 8fe1a96..16f2529 100644 --- a/config.nix +++ b/config.nix @@ -163,9 +163,9 @@ }; select = { space = { - j = { - e = ":pipe jq"; - c = ":pipe jq -c"; + j = with pkgs; { + e = ":pipe ${lib.getExe jq}"; + c = ":pipe ${lib.getExe jq} -c"; }; }; "{" = [