From 276fcded65065ac7b03f175a7d7153dbd695b7f2 Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Thu, 23 Jan 2025 09:48:16 +0000 Subject: [PATCH] set stylix.polarity to "dark" to enable dark theme --- home-manager/stylix.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/stylix.nix b/home-manager/stylix.nix index b8ed2e1..0e0e052 100644 --- a/home-manager/stylix.nix +++ b/home-manager/stylix.nix @@ -9,5 +9,6 @@ name = "Bibata-Modern-Classic"; size = 24; }; + polarity = "dark"; }; }