33 lines
972 B
Nix
33 lines
972 B
Nix
{pkgs, ...}:
|
|
with pkgs; [
|
|
age # Modern encryption tool with small explicit keys
|
|
atuin
|
|
dig # dns command-line tool
|
|
fd # "find" for files
|
|
htop # process monitor
|
|
imagemagick # selection screenshot stuff
|
|
just # just a command runner
|
|
keepassxc # password manager
|
|
lazygit # git client
|
|
libnotify # notify-send command
|
|
libsecret
|
|
libreoffice
|
|
linphone
|
|
logseq # note taking utility
|
|
mtr # traceroute
|
|
mumble # voice call client
|
|
ncdu # disk space info (a better du)
|
|
networkmanagerapplet # systray applet for NetworkManager
|
|
ouch # painless compression and decompression for your terminal
|
|
pavucontrol # pulseaudio volume control
|
|
playerctl # music player controller
|
|
podman-compose # podman manager
|
|
ripgrep # fast grep
|
|
sops # Mozilla sops (Secrets OPerationS) is an editor of encrypted files
|
|
thunderbird # email client
|
|
zeal # offline documentation browser
|
|
zellij # A terminal workspace with batteries included
|
|
wl-clipboard
|
|
nixvim
|
|
]
|