This commit is contained in:
kenji
2025-07-14 21:38:45 -05:00
parent 7588100a62
commit cb61d6ad3d
3 changed files with 29 additions and 8 deletions
+20
View File
@@ -0,0 +1,20 @@
{pkgs, ...}: {
home.packages = with pkgs; [
quickshell
fish
jq
fd
(pkgs.python3.withPackages (python-pkgs:
with python-pkgs; [
aubio
pyaudio
numpy
]))
cava
bluez
ddcutil
brightnessctl
curl
material-symbols
];
}