Files
dotfiles/home-modules/pkgs-list/shell.nix
Lennart J. Kurzweg (Nx2) bff8042d85 asciinema
2026-01-17 17:24:51 +00:00

42 lines
468 B
Nix

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