From e1615cebac840f80b09425bf7f0b0f3ce028bae4 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 26 Dec 2024 09:56:21 +0000 Subject: [PATCH] Set stylix polarity based on scheme variant --- system/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/default.nix b/system/default.nix index 9144457d..8fe08859 100644 --- a/system/default.nix +++ b/system/default.nix @@ -204,6 +204,7 @@ enable = true; image = ./wallpapers/default.jpg; base16Scheme = "${pkgs.base16-schemes}/share/themes/onedark.yaml"; + polarity = config.lib.stylix.scheme.variant; opacity = { applications = 0.9; desktop = 0.7;