Compare commits
No commits in common. "73c1ae11e76db405b17345a003b7fc4cb6af6278" and "0ad3147366b81378ed5a2c34b049c8ddf822c954" have entirely different histories.
73c1ae11e7
...
0ad3147366
3 changed files with 4 additions and 4 deletions
|
|
@ -28,7 +28,7 @@
|
||||||
git
|
git
|
||||||
python3
|
python3
|
||||||
man-pages
|
man-pages
|
||||||
dnsutils # for e.g. dig
|
dnsutils
|
||||||
netcat-openbsd
|
netcat-openbsd
|
||||||
ntfs3g
|
ntfs3g
|
||||||
file
|
file
|
||||||
|
|
|
||||||
|
|
@ -73,7 +73,8 @@ let
|
||||||
pwgen
|
pwgen
|
||||||
pandoc
|
pandoc
|
||||||
pdfgrep
|
pdfgrep
|
||||||
ncdu
|
# zig dependency breaks occasionally, stay on C version for now
|
||||||
|
ncdu_1
|
||||||
dos2unix
|
dos2unix
|
||||||
unzip
|
unzip
|
||||||
fswatch
|
fswatch
|
||||||
|
|
@ -81,7 +82,6 @@ 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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -88,6 +88,6 @@ in
|
||||||
|
|
||||||
schmittlauch = {
|
schmittlauch = {
|
||||||
audio-sharing.enable = true;
|
audio-sharing.enable = true;
|
||||||
secureboot.enable = true;
|
secureboot.enable = false;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue