From 5f212fed8c8c864a1e35d30b1d14b6f012fc11a1 Mon Sep 17 00:00:00 2001 From: Trolli Schmittlauch Date: Fri, 8 Dec 2023 00:47:09 +0100 Subject: [PATCH] adjustments necessary for upgrading to nixpkgs 23.11 --- home/home.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/home.nix b/home/home.nix index ad55eaf..2d7032c 100644 --- a/home/home.nix +++ b/home/home.nix @@ -67,7 +67,7 @@ let #luminanceHDR exiftool gimp - xournal + #xournal # FIXME: broken on darwin-aarch64 ] ++ ( with gimpPlugins; [ @@ -113,9 +113,9 @@ let p7zip pwgen pandoc - agrep + #agrep # FIXME: broken on darwin-aarch64 pdfgrep - torsocks + #torsocks # FIXME: broken on darwin-aarch64 # zig dependency breaks occasionally, stay on C version for now ncdu #psmisc # for killall @@ -517,7 +517,7 @@ programs.bat = { # shell config programs.zsh = { enable = true; - enableSyntaxHighlighting = true; + syntaxHighlighting.enable = true; history.ignoreSpace = true; initExtra = '' # Uncomment following line if you want red dots to be displayed while waiting for completion