programs.cavalier.settings.cava
Settings to be written to the underlying Cava configuration file. See https://github.com/karlstav/cava/blob/master/example_files/config for all available options.
- Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))- Default
{ }- Example
{ general.framerate = 60; input.method = "alsa"; smoothing.noise_reduction = 88; color = { background = "'#000000'"; foreground = "'#FFFFFF'"; }; }- Declared
- <home-manager/modules/programs/cavalier.nix>