adjustments necessary for upgrading to nixpkgs 23.11

This commit is contained in:
Trolli Schmittlauch 2023-12-08 00:47:09 +01:00
parent a5a2d755ec
commit 5f212fed8c

View file

@ -67,7 +67,7 @@ let
#luminanceHDR #luminanceHDR
exiftool exiftool
gimp gimp
xournal #xournal # FIXME: broken on darwin-aarch64
] ]
++ ( ++ (
with gimpPlugins; [ with gimpPlugins; [
@ -113,9 +113,9 @@ let
p7zip p7zip
pwgen pwgen
pandoc pandoc
agrep #agrep # FIXME: broken on darwin-aarch64
pdfgrep pdfgrep
torsocks #torsocks # FIXME: broken on darwin-aarch64
# zig dependency breaks occasionally, stay on C version for now # zig dependency breaks occasionally, stay on C version for now
ncdu ncdu
#psmisc # for killall #psmisc # for killall
@ -517,7 +517,7 @@ programs.bat = {
# shell config # shell config
programs.zsh = { programs.zsh = {
enable = true; enable = true;
enableSyntaxHighlighting = true; syntaxHighlighting.enable = true;
history.ignoreSpace = true; history.ignoreSpace = true;
initExtra = '' initExtra = ''
# Uncomment following line if you want red dots to be displayed while waiting for completion # Uncomment following line if you want red dots to be displayed while waiting for completion