From ce2c00ab7fd66de30ffcd9ad11e8b73b893b2720 Mon Sep 17 00:00:00 2001 From: maxstrb Date: Mon, 20 Oct 2025 19:42:46 +0200 Subject: [PATCH] non important commit --- home/modules/stylix.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/home/modules/stylix.nix b/home/modules/stylix.nix index 2d1087d..8d0be15 100644 --- a/home/modules/stylix.nix +++ b/home/modules/stylix.nix @@ -82,14 +82,7 @@ image = ../../assets/shadow_dark.png; }; - qt = { - enable = true; - platformTheme = "qtct"; - style = { - name = "kvantum"; - package = pkgs.libsForQt5.qtstyleplugin-kvantum; - }; - }; + qt.enable = true; gtk = { enable = true;