home: Replace jq with jaq

This commit is contained in:
Mikael 2024-09-16 20:20:06 +02:00
parent e4daf5bd48
commit 36da49ac01
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -62,6 +62,8 @@ in {
# Calculator
fend
jaq
];
home.sessionVariables = {
@ -89,6 +91,7 @@ in {
home.shellAliases = {
icat = "kitten icat";
jq = "jaq";
};
home.preferXdgDirectories = true;
@ -205,7 +208,6 @@ in {
};
};
programs.jq.enable = true;
programs.man.generateCaches =
osConfig.documentation.man.generateCaches or false;
programs.ripgrep.enable = true;