feat: reorganize packages

This commit is contained in:
ahwx 2026-02-09 23:29:25 +01:00
parent db35ebd33f
commit b9a89bd079
5 changed files with 32 additions and 39 deletions

View file

@ -2,19 +2,6 @@
{
home.packages = with pkgs; [
# Environment shit
tesseract
yubikey-touch-detector
wireguard-tools
openresolv
xdg-utils
killall
libnotify
openssl
pamixer
playerctl
wl-clipboard
cliphist
poweralertd
ffmpeg
zip
unzip
@ -23,16 +10,12 @@
gcc
gnumake
python3
nautilus
qbittorrent
# CLI shit
imagemagick
foot
# termpdfpy # shit broke again smfh
vimv
pass
lm_sensors
neofetch
hyfetch
glow
@ -54,29 +37,27 @@
yarn
cargo
rustc
# wikit
# reader
nmap
# speedtest-go
powertop
speedtest-go
android-tools
sshpass
net-tools
nmap
aerc
w3m
aspell
aspellDicts.de
aspellDicts.nl
aspellDicts.uk
# aspell
# aspellDicts.de
# aspellDicts.nl
# aspellDicts.uk
# Hunspell dictionaries for spell checking
hunspell
hunspellDicts.de_DE # German
hunspellDicts.en_GB-ise # UK English with -ise spellings
hunspellDicts.en_US
hunspellDicts.nl_NL # Dutch
hunspellDicts.nl_nl # Dutch (alternative)
# hunspell
# hunspellDicts.de_DE # German
# hunspellDicts.en_GB-ise # UK English with -ise spellings
# hunspellDicts.en_US
# hunspellDicts.nl_NL # Dutch
# hunspellDicts.nl_nl # Dutch (alternative)
# Install pip packages
# python3
@ -84,12 +65,5 @@
# (writeShellScriptBin "install-pip-packages" '' # This script does not run, yet.
# pip install --user --break-system-packages <package>
# '')
# Email/calendar/etc
# neomutt
w3m
# khard
# khal
# vdirsyncer
];
}