Compare commits

..

No commits in common. "73c1ae11e76db405b17345a003b7fc4cb6af6278" and "0ad3147366b81378ed5a2c34b049c8ddf822c954" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View file

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

View file

@ -73,7 +73,8 @@ let
pwgen
pandoc
pdfgrep
ncdu
# zig dependency breaks occasionally, stay on C version for now
ncdu_1
dos2unix
unzip
fswatch
@ -81,7 +82,6 @@ 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 = true;
secureboot.enable = false;
};
}