From b9232189dd572b14e0ae69af8916b201e03b8806 Mon Sep 17 00:00:00 2001 From: Zoty Date: Fri, 24 Apr 2026 18:50:20 -0300 Subject: [PATCH] fix theming --- modules/_home/theme.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/_home/theme.nix b/modules/_home/theme.nix index e26b512..88b1819 100644 --- a/modules/_home/theme.nix +++ b/modules/_home/theme.nix @@ -25,10 +25,15 @@ qt = { enable = true; - platformTheme.name = "gtk"; + platformTheme.name = "qtct"; style = { name = "kvantum"; package = pkgs.kdePackages.qtstyleplugin-kvantum; }; }; + + xdg.configFile."kvantum/kvantum.kvconfig".text = '' + [General] + theme=KvDark + ''; }