programs.cavalier.settings.cava
Home-Manager option
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
declared in: <home-manager/modules/programs/cavalier.nix>source unavailable{ general.framerate = 60; input.method = "alsa"; smoothing.noise_reduction = 88; color = { background = "'#000000'"; foreground = "'#FFFFFF'"; }; }