packages: Sort sections
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
82e4e185ac
commit
947310e070
1 changed files with 18 additions and 17 deletions
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue