From 09cad34457b8c879e585ebf2a05b0e48c265d64a Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Wed, 19 Jul 2023 10:02:07 +0200 Subject: [PATCH] jq, age: add as commonly used dev tools --- home/home.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/home/home.nix b/home/home.nix index b9503b8..e8e6faf 100644 --- a/home/home.nix +++ b/home/home.nix @@ -117,13 +117,16 @@ let pdfgrep torsocks # zig dependency breaks occasionally, stay on C version for now - ncdu_1 + ncdu #psmisc # for killall dos2unix #reptyr # re-bind running program to other tty xclip unzip + fswatch #myNur.lolcommits # from NUR + jq + age ]; nixHelpers = [ @@ -301,7 +304,11 @@ in # { 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 = # {