adjustments necessary for upgrading to nixpkgs 23.11
This commit is contained in:
parent
a5a2d755ec
commit
5f212fed8c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue