From 5dc444cde9f9a17e5686e50a6f2b1405a351c342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 4 May 2025 01:33:35 +0200 Subject: [PATCH] Home Gen527 @ 2025-05-04-01:33 by jonas@comfy-station --- modules/home/themes/layan.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/home/themes/layan.nix b/modules/home/themes/layan.nix index 5ece1d0..15d0c60 100644 --- a/modules/home/themes/layan.nix +++ b/modules/home/themes/layan.nix @@ -24,6 +24,13 @@ in { qt.style.name = "kvantum"; qt.style.package = pkgs.kdePackages.qtstyleplugin-kvantum; qt.platformTheme.name = "gtk"; + home.sessionVariables = { + QT_STYLE_OVERRIDE = "kvantum"; + }; + xdg.configFile."Kvantum/kvantum.kvconfig".text = '' + [General] + theme=LayanDark + ''; # add nord like gtk theme gtk = {