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, ...}: {
|
{pkgs, ...}: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
# GUI
|
# GUI
|
||||||
lxqt.pavucontrol-qt
|
|
||||||
alacritty
|
alacritty
|
||||||
usbimager
|
feishin
|
||||||
kdePackages.kdeplasma-addons
|
kdePackages.kdeplasma-addons
|
||||||
kdePackages.plasma-systemmonitor
|
kdePackages.plasma-systemmonitor
|
||||||
|
lxqt.pavucontrol-qt
|
||||||
sieve-editor-gui
|
sieve-editor-gui
|
||||||
feishin
|
usbimager
|
||||||
|
|
||||||
# CLI
|
# CLI
|
||||||
fzf
|
|
||||||
htop
|
|
||||||
nnn
|
|
||||||
wl-clipboard
|
|
||||||
lua
|
|
||||||
zellij
|
|
||||||
dig
|
dig
|
||||||
tealdeer
|
|
||||||
ncdu
|
|
||||||
dua
|
dua
|
||||||
|
fzf
|
||||||
gnupg
|
gnupg
|
||||||
|
htop
|
||||||
|
lua
|
||||||
mosh
|
mosh
|
||||||
|
ncdu
|
||||||
|
nnn
|
||||||
|
ntfy-sh
|
||||||
|
tealdeer
|
||||||
unzip
|
unzip
|
||||||
yt-dlp
|
|
||||||
usbutils
|
usbutils
|
||||||
wget
|
wget
|
||||||
ntfy-sh
|
wl-clipboard
|
||||||
|
yt-dlp
|
||||||
|
zellij
|
||||||
|
|
||||||
## Modern replacements of common utilities
|
## Modern replacements of common utilities
|
||||||
|
bat
|
||||||
|
choose
|
||||||
|
delta
|
||||||
eza
|
eza
|
||||||
fd
|
fd
|
||||||
bat
|
|
||||||
procs
|
procs
|
||||||
ripgrep
|
ripgrep
|
||||||
delta
|
|
||||||
|
|
||||||
# DevOps
|
# DevOps
|
||||||
|
nmap
|
||||||
|
passt
|
||||||
podman
|
podman
|
||||||
podman-compose
|
podman-compose
|
||||||
passt
|
|
||||||
nmap
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue