From 11b32479473a806619fdf4b82b6dc0f06a829b31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 4 May 2025 01:38:09 +0200 Subject: [PATCH] Home Gen527 @ 2025-05-04-01:33 by jonas@comfy-station --- modules/home/themes/layan.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/home/themes/layan.nix b/modules/home/themes/layan.nix index 15d0c60..d20379d 100644 --- a/modules/home/themes/layan.nix +++ b/modules/home/themes/layan.nix @@ -27,10 +27,9 @@ in { home.sessionVariables = { QT_STYLE_OVERRIDE = "kvantum"; }; - xdg.configFile."Kvantum/kvantum.kvconfig".text = '' - [General] - theme=LayanDark - ''; + xdg.configFile."Kvantum/kvantum.kvconfig".text = lib.generators.toINI {} { + General.theme = "LayanDark"; + }; # add nord like gtk theme gtk = {