2024-11-17 18:31:53 +01:00
|
|
|
{
|
|
|
|
pkgs,
|
|
|
|
pkgs-stable,
|
|
|
|
...
|
|
|
|
}: {
|
2024-10-20 11:11:07 +02:00
|
|
|
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
|
|
|
|
zip
|
|
|
|
unzip
|
|
|
|
yt-dlp
|
|
|
|
wget
|
|
|
|
cmatrix
|
2024-11-17 18:31:53 +01:00
|
|
|
pkgs-stable.cava
|
2024-10-20 11:11:07 +02:00
|
|
|
nitch
|
|
|
|
gotop
|
|
|
|
sl
|
|
|
|
cbonsai
|
|
|
|
pipes
|
|
|
|
];
|
|
|
|
}
|