packages: Sort sections

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2025-07-01 01:06:43 +03:00
parent 82e4e185ac
commit 947310e070
Signed by: gkaklas
GPG key ID: C0CAB8A6BDC9399D

View file

@ -1,45 +1,46 @@
{pkgs, ...}: {
home.packages = with pkgs; [
# GUI
lxqt.pavucontrol-qt
alacritty
usbimager
feishin
kdePackages.kdeplasma-addons
kdePackages.plasma-systemmonitor
lxqt.pavucontrol-qt
sieve-editor-gui
feishin
usbimager
# CLI
fzf
htop
nnn
wl-clipboard
lua
zellij
dig
tealdeer
ncdu
dua
fzf
gnupg
htop
lua
mosh
ncdu
nnn
ntfy-sh
tealdeer
unzip
yt-dlp
usbutils
wget
ntfy-sh
wl-clipboard
yt-dlp
zellij
## Modern replacements of common utilities
bat
choose
delta
eza
fd
bat
procs
ripgrep
delta
# DevOps
nmap
passt
podman
podman-compose
passt
nmap
];
}