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 = {