notohh
193f2480d7
Some checks failed
ci/woodpecker/cron/flake-lock-update Pipeline failed
license: update pkgs: remove scls nix: update inputs and insecure pkgs tsuki: init gaming file blocky: update blocklist pgres: add dbs home: update themes programs: init opencomposite media: remove spotify-player helix: update theme and scls tsuki: remove stylix overlays: set chatterino tag to null
19 lines
313 B
Nix
19 lines
313 B
Nix
_: {
|
|
programs.cava = {
|
|
enable = true;
|
|
settings = {
|
|
general = {
|
|
mode = "normal";
|
|
framerate = 144;
|
|
bars = 0;
|
|
bar_width = 2;
|
|
bar_spacing = 3;
|
|
};
|
|
smoothing = {
|
|
monstercat = 1;
|
|
waves = 1;
|
|
gravity = 100;
|
|
};
|
|
};
|
|
};
|
|
}
|