nix/modules/programs/misc/default.nix
2024-11-05 09:51:08 +01:00

27 lines
292 B
Nix

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