From ad750ec7a95003a2d4925124927177147d2854ed Mon Sep 17 00:00:00 2001 From: tx0 Date: Sat, 8 Mar 2025 10:30:01 +0500 Subject: [PATCH] some changes --- home/theming/stylix.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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; }; };