12 lines
123 B
Nix
12 lines
123 B
Nix
{
|
|
inputs,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
programs.cava = {
|
|
enable = true;
|
|
};
|
|
|
|
stylix.targets.cava.rainbow.enable = true;
|
|
}
|