feat(home): Add isRosePine to work around infinite recursion
Hacky solution, need to come up with something better.
This commit is contained in:
parent
15372b7726
commit
67835fec4d
1 changed files with 3 additions and 0 deletions
|
@ -96,6 +96,9 @@ in
|
|||
inherit ("${default}") base;
|
||||
inherit ("${default}") flavor;
|
||||
inherit ("${default}") accent;
|
||||
|
||||
# HACK: Need to come up with a better solution
|
||||
isRosePine = base == "rose-pine";
|
||||
};
|
||||
|
||||
icons = mkOption {
|
||||
|
|
Loading…
Reference in a new issue