fix(cava): Fix theme name
This commit is contained in:
parent
77ac6d6589
commit
db4872dc1a
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}.cava");
|
settings = lib.rp.fromINIRaw (sources.cava + "/${flavor}");
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue