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 git
python3 python3
man-pages man-pages
dnsutils dnsutils # for e.g. dig
netcat-openbsd netcat-openbsd
ntfs3g ntfs3g
file file

View file

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

View file

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