fix(cava): Put palette under the color section
This commit is contained in:
parent
190737eca1
commit
fa9adc6173
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ in {
|
||||||
options.programs.cava.rose-pine = lib.rp.mkRosePineOpt {name = "cava";};
|
options.programs.cava.rose-pine = lib.rp.mkRosePineOpt {name = "cava";};
|
||||||
|
|
||||||
config.programs.cava = lib.mkIf enable {
|
config.programs.cava = lib.mkIf enable {
|
||||||
settings = lib.rp.fromINIRaw (sources.cava + "/${flavor}");
|
settings.color = lib.rp.fromINIRaw (sources.cava + "/${flavor}");
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue