From 67835fec4dbb755b7998ba9bb29ced02db6ba344 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sat, 16 Nov 2024 22:39:11 -0800 Subject: [PATCH] feat(home): Add isRosePine to work around infinite recursion Hacky solution, need to come up with something better. --- modules/home/options/theme/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/home/options/theme/default.nix b/modules/home/options/theme/default.nix index e3de78f..4d06804 100644 --- a/modules/home/options/theme/default.nix +++ b/modules/home/options/theme/default.nix @@ -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 {