2024-12-07 23:46:51 +01:00
|
|
|
{pkgs, ...}: {
|
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-12-07 23:46:51 +01:00
|
|
|
cava
|
2024-10-20 11:11:07 +02:00
|
|
|
nitch
|
|
|
|
gotop
|
|
|
|
sl
|
|
|
|
cbonsai
|
|
|
|
pipes
|
|
|
|
];
|
|
|
|
}
|