2025-12-28 12:06:42 +01:00
|
|
|
{ pkgs, ... }:
|
2025-07-30 16:33:52 +02:00
|
|
|
{
|
2025-08-01 13:18:32 +02:00
|
|
|
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
|
|
|
|
|
wget
|
|
|
|
|
xxd
|
|
|
|
|
gcc
|
|
|
|
|
gnumake
|
|
|
|
|
python3
|
2025-12-01 14:34:07 +01:00
|
|
|
nautilus
|
2025-12-26 17:55:52 +01:00
|
|
|
qbittorrent
|
2025-07-27 00:17:02 +02:00
|
|
|
|
2025-08-01 13:18:32 +02:00
|
|
|
# CLI shit
|
2025-09-09 08:14:05 +02:00
|
|
|
imagemagick
|
|
|
|
|
foot
|
2026-01-02 11:34:48 +01:00
|
|
|
# termpdfpy # shit broke again smfh
|
2025-08-01 13:18:32 +02:00
|
|
|
vimv
|
|
|
|
|
pass
|
|
|
|
|
lm_sensors
|
|
|
|
|
neofetch
|
|
|
|
|
hyfetch
|
|
|
|
|
glow
|
|
|
|
|
eva
|
|
|
|
|
exiftool
|
|
|
|
|
translate-shell
|
|
|
|
|
progress
|
|
|
|
|
pwgen
|
|
|
|
|
jq
|
|
|
|
|
tmux
|
|
|
|
|
htop
|
|
|
|
|
eza
|
|
|
|
|
file
|
|
|
|
|
fzf
|
|
|
|
|
lazygit
|
|
|
|
|
gitleaks
|
|
|
|
|
ripgrep
|
|
|
|
|
yt-dlp
|
|
|
|
|
nodejs_22
|
|
|
|
|
yarn
|
|
|
|
|
cargo
|
|
|
|
|
rustc
|
2026-01-12 23:12:54 +01:00
|
|
|
# wikit
|
|
|
|
|
# reader
|
2025-08-01 13:18:32 +02:00
|
|
|
nmap
|
2026-01-12 23:12:54 +01:00
|
|
|
# speedtest-go
|
2025-08-01 13:18:32 +02:00
|
|
|
powertop
|
|
|
|
|
android-tools
|
|
|
|
|
sshpass
|
|
|
|
|
net-tools
|
|
|
|
|
nmap
|
2025-11-21 11:31:51 +01:00
|
|
|
aerc
|
2023-11-13 22:51:35 +01:00
|
|
|
|
2026-01-26 21:02:35 +01:00
|
|
|
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)
|
|
|
|
|
|
2025-08-01 13:18:32 +02:00
|
|
|
# Install pip packages
|
|
|
|
|
# python3
|
|
|
|
|
# python3Packages.pip
|
|
|
|
|
# (writeShellScriptBin "install-pip-packages" '' # This script does not run, yet.
|
|
|
|
|
# pip install --user --break-system-packages <package>
|
|
|
|
|
# '')
|
2024-03-15 18:16:48 +01:00
|
|
|
|
2025-08-01 13:18:32 +02:00
|
|
|
# Email/calendar/etc
|
2026-01-12 23:12:54 +01:00
|
|
|
# neomutt
|
2025-08-01 13:18:32 +02:00
|
|
|
w3m
|
2026-01-12 23:12:54 +01:00
|
|
|
# khard
|
|
|
|
|
# khal
|
|
|
|
|
# vdirsyncer
|
2025-08-01 13:18:32 +02:00
|
|
|
];
|
2023-11-05 11:40:44 +01:00
|
|
|
}
|