From 0eaf7a718f9b8730df1cb0421dff6426c1c25cff Mon Sep 17 00:00:00 2001 From: Cookiez Date: Sat, 16 May 2026 21:48:13 +0200 Subject: [PATCH] Resolved qtct styling warning on rebuild (Disabled it for now) --- 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 a90145a..ef99ade 100644 --- a/modules/stylix/home.nix +++ b/modules/stylix/home.nix @@ -18,7 +18,7 @@ # colorTheme.enable = true; # profileNames = [ "${username}" ]; #}; - qt.enable = true; + qt.enable = false; qt.platform = "kde"; #kde.enable = false; };