Files
dotfiles/home-modules/pkgs-list/shell.nix
Lennart J. Kurzweg (Nx2) cd25a1a569 mpv
2025-08-27 23:59:29 +02:00

39 lines
432 B
Nix

{ pkgs, ... }@all: with all; {
home.packages = with pkgs; [
bat
cmake
dig
du-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
yt-dlp
];
}