jq, age: add as commonly used dev tools
This commit is contained in:
parent
62c250097a
commit
09cad34457
|
@ -117,13 +117,16 @@ let
|
||||||
pdfgrep
|
pdfgrep
|
||||||
torsocks
|
torsocks
|
||||||
# zig dependency breaks occasionally, stay on C version for now
|
# zig dependency breaks occasionally, stay on C version for now
|
||||||
ncdu_1
|
ncdu
|
||||||
#psmisc # for killall
|
#psmisc # for killall
|
||||||
dos2unix
|
dos2unix
|
||||||
#reptyr # re-bind running program to other tty
|
#reptyr # re-bind running program to other tty
|
||||||
xclip
|
xclip
|
||||||
unzip
|
unzip
|
||||||
|
fswatch
|
||||||
#myNur.lolcommits # from NUR
|
#myNur.lolcommits # from NUR
|
||||||
|
jq
|
||||||
|
age
|
||||||
];
|
];
|
||||||
|
|
||||||
nixHelpers = [
|
nixHelpers = [
|
||||||
|
@ -301,7 +304,11 @@ in
|
||||||
# { enable = true;
|
# { enable = true;
|
||||||
# };
|
# };
|
||||||
|
|
||||||
programs.bat.enable = true;
|
programs.bat = {
|
||||||
|
enable = true;
|
||||||
|
# pinning theme is necessary until iTerm 3.5, because despite the dark terminal background, bat detects light mode and adapts theme
|
||||||
|
config.theme = "Visual Studio Dark+";
|
||||||
|
};
|
||||||
|
|
||||||
# services.gpg-agent =
|
# services.gpg-agent =
|
||||||
# {
|
# {
|
||||||
|
|
Loading…
Reference in a new issue