fix(cava): Put palette under the color section

This commit is contained in:
punkfairie 2024-10-20 17:55:15 -07:00
parent 190737eca1
commit fa9adc6173
Signed by: punkfairie
GPG key ID: 01823C057725C266

View file

@ -14,6 +14,6 @@ in {
options.programs.cava.rose-pine = lib.rp.mkRosePineOpt {name = "cava";};
config.programs.cava = lib.mkIf enable {
settings = lib.rp.fromINIRaw (sources.cava + "/${flavor}");
settings.color = lib.rp.fromINIRaw (sources.cava + "/${flavor}");
};
}