diff --git a/home/theming/stylix.nix b/home/theming/stylix.nix index 62804cb..83f9f9b 100644 --- a/home/theming/stylix.nix +++ b/home/theming/stylix.nix @@ -20,7 +20,13 @@ in { }; base16Scheme = mkOption { - type = types.str; + type = with lib.types; + oneOf [ + path + lines + attrs + ]; + default = config.stylix.generated.palette; }; };