diff --git a/system/default.nix b/system/default.nix index 739f23cc..b4efe41f 100644 --- a/system/default.nix +++ b/system/default.nix @@ -206,7 +206,6 @@ enable = true; image = ./wallpapers/tropic_island_day.jpg; base16Scheme = "${pkgs.base16-schemes}/share/themes/one-light.yaml"; - polarity = "light"; opacity.popups = 0.8; cursor = { package = pkgs.volantes-cursors; diff --git a/system/home/shell/default.nix b/system/home/shell/default.nix index 5fa2ef26..4bc02085 100644 --- a/system/home/shell/default.nix +++ b/system/home/shell/default.nix @@ -47,7 +47,7 @@ settings = { preset = "rainbow"; mode = "rgb"; - light_dark = config.stylix.polarity; + light_dark = config.lib.stylix.scheme.variant; lightness = 0.4; color_align = { mode = "horizontal";