Files
dotfiles/home-modules/pkgs-list/shell.nix
Lennart J. Kurzweg (Nx2) edda49ee66 25.11
2025-12-03 01:59:12 +01:00

41 lines
451 B
Nix

{ pkgs, ... }@all: with all; {
home.packages = with pkgs; [
bat
cmake
cmatrix
dig
dust
dysk
exiftool
eza
ffmpeg
figlet
fzf
gh
glib
glow
gnumake
htop
imagemagick
jq
lolcat
lynx
mediainfo
neofetch
pastel
pdfgrep
pipes
pv
reflex
ripgrep
screen
speedtest-go
sssnake
systemctl-tui
tldr
w3m
which
yt-dlp
];
}