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 + ''; }