Files
dotfiles/home-modules/pkgs-list/shell.nix
2026-04-24 19:58:47 +02:00

47 lines
564 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
libxml2
lolcat
lynx
mediainfo
neofetch
pastel
pdfgrep
pdftk
pipes
pv
reflex
ripgrep
screen
speedtest-go
sssnake
systemctl-tui
tldr
unstable.gemini-cli
unstable.yt-dlp
w3m
which
unstable.gemini-cli
unstable.yt-dlp
];
}