nix/modules/programs/misc/default.nix

27 lines
292 B
Nix
Raw Normal View History

2024-10-20 11:11:07 +02:00
{pkgs, ...}: {
home.packages = with pkgs; [
git
htop
ncdu
2024-11-05 09:51:08 +01:00
sc-im
2024-10-20 11:11:07 +02:00
libnotify
brightnessctl
ffmpeg
lm_sensors
alejandra
tree
zip
unzip
yt-dlp
wget
fastfetch
cmatrix
cava
nitch
gotop
sl
cbonsai
pipes
];
}