Files
dotfiles/home-modules/pkgs-list/shell.nix
Lennart J. Kurzweg (Nx2) 23b1e6f8cc gemini in shell-only
2026-04-22 08:38:22 +00:00

44 lines
508 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
pdftk
pipes
pv
reflex
ripgrep
screen
speedtest-go
sssnake
systemctl-tui
tldr
unstable.gemini-cli
unstable.yt-dlp
w3m
which
];
}