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