commit 4a31553ed4eb5dd2ae5c647fc9239d05c5c62095
parent 1b65bd569f4e19f2eb4690a2360b76c2f7e14a9c
Author: mtmn <miro@haravara.org>
Date: Fri, 10 Apr 2026 06:50:00 +0200
void: cleanup
Diffstat:
1 file changed, 9 insertions(+), 22 deletions(-)
diff --git a/hosts/void/default.nix b/hosts/void/default.nix
@@ -3,21 +3,16 @@
parts = {
utils = with pkgs; [
- libvarlink
- bandit
ruff
shellcheck
shfmt
sops
zls
bear
- bmake
ctags
biome
entr
- act
hyperfine
- iotop
gdb
strace
perf
@@ -29,10 +24,7 @@
moor
watchman
buf
- vdirsyncer
clang-tools
- bear
- ctags
];
media = with pkgs; [
@@ -40,7 +32,6 @@
mpc
listenbrainz-mpd
libmpdclient
- ashuffle
ncmpcpp
mympd
sacad
@@ -56,6 +47,8 @@
hadolint
woodpecker-cli
ansible-language-server
+ dnscontrol
+ act
];
gui = with pkgs; [
@@ -112,36 +105,30 @@
bore-cli
chisel
curl
- dnscontrol
hurl
inetutils
lftp
- monolith
mosh
mosquitto
net-tools
- newsraft
nmap
- offpunk
rclone
rsync
sshfs
thrift
trickle
- w3m
websocat
wget
whois
xh
];
- bpf = with pkgs; [
- bpftools
- bpftrace
- bpfmon
- bpftop
- libbpf
- pwru
+ web = with pkgs; [
+ offpunk
+ monolith
+ newsraft
+ w3m
+ vdirsyncer
];
beam28 =
@@ -192,8 +179,8 @@
];
rust = with pkgs; [
- cargo-outdated
rustup
+ cargo-outdated
];
javascript = with pkgs; [