From 5bc8d46cdfebc97dced63d430d9e1cbed570cc6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 4 May 2025 01:26:23 +0200 Subject: [PATCH] Home Gen526 @ 2025-05-04-01:26 by jonas@comfy-station --- modules/home/themes/layan.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/home/themes/layan.nix b/modules/home/themes/layan.nix index 651b8d9..5ece1d0 100644 --- a/modules/home/themes/layan.nix +++ b/modules/home/themes/layan.nix @@ -21,8 +21,9 @@ in { ]; qt.enable = true; - qt.style.package = pkgs.layan-kde; - qt.platformTheme.name = "qtct"; + qt.style.name = "kvantum"; + qt.style.package = pkgs.kdePackages.qtstyleplugin-kvantum; + qt.platformTheme.name = "gtk"; # add nord like gtk theme gtk = { @@ -33,7 +34,7 @@ in { }; theme = { package = pkgs.layan-gtk-theme; - name = "Layan"; + name = "Layan-Dark"; }; iconTheme = { package = pkgs.tela-circle-icon-theme;