Files
dotfiles/home-modules/pkgs-list/shell.nix
Lennart J. Kurzweg (Nx2) 5cc13c9b9a shell only gemini-cli
2026-04-24 19:57:45 +02:00

45 lines
520 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
w3m
which
unstable.gemini-cli
unstable.yt-dlp
];
}