nix/modules/programs/misc/default.nix
2024-10-20 11:11:07 +02:00

26 lines
282 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
git
htop
ncdu
libnotify
brightnessctl
ffmpeg
lm_sensors
alejandra
tree
zip
unzip
yt-dlp
wget
fastfetch
cmatrix
cava
nitch
gotop
sl
cbonsai
pipes
];
}