Files
2025-11-11 00:44:25 +01:00

41 lines
454 B
Nix

{ pkgs, ... }@all: with all; {
home.packages = with pkgs; [
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
];
}