From f936dff1e5d7ffc9643363a10538604fb6668acf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 4 May 2025 01:08:42 +0200 Subject: [PATCH] Home Gen524 @ 2025-05-04-01:01 by jonas@comfy-station --- modules/home/themes/layan.nix | 6 ------ 1 file changed, 6 deletions(-) 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 = {