feat(home): Add isRosePine to work around infinite recursion

Hacky solution, need to come up with something better.
This commit is contained in:
punkfairie 2024-11-16 22:39:11 -08:00
parent 15372b7726
commit 67835fec4d
Signed by: punkfairie
GPG key ID: A509E8F77FB9D696

View file

@ -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 {