Commented out a lot of currently unused packages to speed up rebuilds.

This commit is contained in:
2026-05-06 13:00:32 +02:00
parent e165d31d40
commit 758a1dce3d
5 changed files with 56 additions and 44 deletions

View File

@ -7,21 +7,21 @@
}: {
environment.systemPackages = with pkgs; [
#CLI tools
pdftk #PDF toolkit
yt-dlp #YouTube and others video downloader
#pdftk #PDF toolkit
#yt-dlp #YouTube and others video downloader
tailscale #VPN
speedtest-cli #Internet speed tester
#speedtest-cli #Internet speed tester
#duplicati
ollama-rocm
open-webui
cloudflare-warp
ddrescue
texliveFull #LaTeX PDF maker
#ollama-rocm
#open-webui
#cloudflare-warp
#ddrescue
#texliveFull #LaTeX PDF maker
lazygit #Git CLI tool with TUI
gtypist #Typing tutor
powertop #Power consumption monitor and optimizer
file #File type identifier
hashcat #Password recovery/cracking tool
packwiz #A Minecraft modpack editor
#gtypist #Typing tutor
#powertop #Power consumption monitor and optimizer
#file #File type identifier
#hashcat #Password recovery/cracking tool
#packwiz #A Minecraft modpack editor
];
}