From af99945a429eb4e5f18c39b9d95210c438fa9a69 Mon Sep 17 00:00:00 2001 From: Cookiez Date: Thu, 11 Dec 2025 16:40:15 +0100 Subject: [PATCH] Set stylix qt.platform back to "kde" as "qtct" broke plasma. --- modules/stylix/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/stylix/home.nix b/modules/stylix/home.nix index f1a86ec..3e41395 100644 --- a/modules/stylix/home.nix +++ b/modules/stylix/home.nix @@ -16,7 +16,7 @@ # profileNames = [ "${username}" ]; #}; qt.enable = true; - qt.platform = "qtct"; + qt.platform = "kde"; #kde.enable = false; zen-browser.profileNames = [ "${username}" ]; };