From 58aaaa54a76454dcf0d1beddcf00edc426311092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 4 May 2025 00:41:53 +0200 Subject: [PATCH] Home Gen522 @ 2025-05-04-00:41 by jonas@comfy-station --- modules/home/plasma.nix | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/modules/home/plasma.nix b/modules/home/plasma.nix index b52d35f..8642f17 100644 --- a/modules/home/plasma.nix +++ b/modules/home/plasma.nix @@ -18,17 +18,13 @@ in { recursive = true; }; - # Use kvantum-theme - # home.sessionVariables = { - # QT_STYLE_OVERRIDE = "kvantum"; - # }; - # provide kvantum and nord theme home.packages = [ - pkgs.layan-kde pkgs.kdePackages.qtstyleplugin-kvantum - pkgs.tela-circle-icon-theme + pkgs.layan-kde pkgs.nordzy-cursor-theme + pkgs.qt6ct + pkgs.tela-circle-icon-theme ]; programs.konsole = { @@ -47,8 +43,11 @@ in { }; # use kvantum theme - qt.enable = false; - qt.style.name = "Layan"; + qt.enable = true; + qt.style.name = "kvantum"; + home.sessionVariables = { + QT_STYLE_OVERRIDE = "kvantum"; + }; # add nord like gtk theme gtk = {