diff --git a/modules/home/themes/layan.nix b/modules/home/themes/layan.nix index 498437f..d8d3f52 100644 --- a/modules/home/themes/layan.nix +++ b/modules/home/themes/layan.nix @@ -8,11 +8,9 @@ in { options.hive.themes.layan = { enable = lib.mkEnableOption "Layan theme configuration"; - kvantum = lib.mkEnableOption "Kvantum theme variant of layan"; }; config = lib.mkIf cfg.enable { - # provide kvantum and nord theme home.packages = [ pkgs.kdePackages.qtstyleplugin-kvantum pkgs.layan-kde @@ -22,12 +20,8 @@ in { pkgs.tela-circle-icon-theme ]; - # use kvantum theme qt.enable = true; qt.style.name = "kvantum"; - home.sessionVariables = { - QT_STYLE_OVERRIDE = "kvantum"; - }; # add nord like gtk theme gtk = {