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 {