test
This commit is contained in:
@@ -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
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user