Files
dotfiles/home-modules/pkgs-list/shell.nix
Lennart J. Kurzweg (Nx2) 17bd864d5c opencode
2025-07-19 21:28:26 +02:00

39 lines
429 B
Nix

{ pkgs, ... }@all: with all; {
home.packages = with pkgs; [
bat
cmake
dig
du-dust
dysk
exiftool
eza
ffmpeg
figlet
fzf
gh
glib
glow
gnumake
htop
imagemagick
jq
lolcat
lynx
mediainfo
mpv
neofetch
pdfgrep
pipes
pv
reflex
ripgrep
screen
speedtest-go
sssnake
systemctl-tui
tldr
w3m
yt-dlp
];
}