Compare commits
3 commits
0ad3147366
...
73c1ae11e7
| Author | SHA1 | Date | |
|---|---|---|---|
| 73c1ae11e7 | |||
| 4db990b405 | |||
| d65542eb33 |
3 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -88,6 +88,6 @@ in
|
||||||
|
|
||||||
schmittlauch = {
|
schmittlauch = {
|
||||||
audio-sharing.enable = true;
|
audio-sharing.enable = true;
|
||||||
secureboot.enable = false;
|
secureboot.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue