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
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