From 87a104422dd7e689c195a5ded954445036e2c1b3 Mon Sep 17 00:00:00 2001 From: Myned <dev@bjork.tech> Date: Wed, 26 Mar 2025 02:50:47 -0500 Subject: [PATCH] stylix: work around qt kvantum bug --- options/custom/settings/stylix.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/options/custom/settings/stylix.nix b/options/custom/settings/stylix.nix index a8ce85c..d879b0d 100644 --- a/options/custom/settings/stylix.nix +++ b/options/custom/settings/stylix.nix @@ -161,6 +161,10 @@ in { @define-color borders #073642; @define-color unfocused_borders #073642; ''; + + # BUG: Kvantum currently breaks Plasma 6, remove when fixed + # https://github.com/danth/stylix/issues/835 + qt.enable = false; }; };