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