Added hetzner server configs
CI / Formatting check (x86_64-linux) (push) Has been cancelled
CI / Flake check (aarch64-linux) (push) Has been cancelled
CI / Flake check (x86_64-linux) (push) Has been cancelled
CI / Formatting check (aarch64-linux) (push) Has been cancelled

This commit is contained in:
2026-07-11 20:28:51 +02:00
parent 0457d618e1
commit c5f771bd53
51 changed files with 1800 additions and 309 deletions
+30 -31
View File
@@ -3,38 +3,37 @@
pkgs,
...
}: {
users.users.someone.packages = with pkgs;
[
# archives
zip
unzip
unrar
ouch
users.users.someone.packages = with pkgs; [
# archives
zip
unzip
unrar
ouch
# misc
mako
libnotify
fontconfig
# misc
mako
libnotify
fontconfig
# utils
dust
duf
fd
file
killall
jq
ps_mem
inshellisense
# utils
dust
duf
fd
file
killall
jq
ps_mem
inshellisense
fum
gtt
meteor-git
nix-search-tv
scope-tui
tuicam
wiremix
zfxtop
opencode
loupe
];
fum
gtt
meteor-git
nix-search-tv
scope-tui
tuicam
wiremix
zfxtop
opencode
loupe
];
}