Files
dotfiles/home-modules/pkgs-list/shell.nix
Lennart J. Kurzweg (Nx2) 951d03e0b7 unstable yt-dlp
2026-02-01 21:49:19 +01:00

42 lines
474 B
Nix

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