Compare commits

...

3 commits

Author SHA1 Message Date
73c1ae11e7 hosts/framenix: re-enable secure boot 2026-05-05 22:36:50 +02:00
4db990b405 home.packages: add delv(e) 2026-05-05 22:36:33 +02:00
d65542eb33 ncdu: 1 -> 2
The zig instabilities have hopefully resolved.
2026-05-05 22:36:06 +02:00
3 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@
git
python3
man-pages
dnsutils
dnsutils # for e.g. dig
netcat-openbsd
ntfs3g
file

View file

@ -73,8 +73,7 @@ let
pwgen
pandoc
pdfgrep
# zig dependency breaks occasionally, stay on C version for now
ncdu_1
ncdu
dos2unix
unzip
fswatch
@ -82,6 +81,7 @@ let
age
lnav
spacer
delve # `delv` is the spiritual successor for `dig`
nix-output-monitor # putting this here as a plain `nix` alternative

View file

@ -88,6 +88,6 @@ in
schmittlauch = {
audio-sharing.enable = true;
secureboot.enable = false;
secureboot.enable = true;
};
}