From 131bc60cd1b6bdd125a94be3816525a19149589b Mon Sep 17 00:00:00 2001 From: reidlab Date: Fri, 10 Jan 2025 15:25:43 -0800 Subject: [PATCH] oh wait this isn't actually needed --- modules/desktop/themes/default.nix | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/modules/desktop/themes/default.nix b/modules/desktop/themes/default.nix index 95d3930..fe734d0 100644 --- a/modules/desktop/themes/default.nix +++ b/modules/desktop/themes/default.nix @@ -104,15 +104,6 @@ in { platformTheme.name = "qtct"; style.name = "kvantum"; }; - # needed for svg icons in qt to work, - # so we just install them unconditionally - hm.home.packages = with pkgs; [ - cfg.iconTheme.package - libsForQt5.breeze-icons - libsForQt5.qt5.qtsvg - # kdePackages.breeze-icons - kdePackages.qtsvg - ]; hm.home.pointerCursor = { gtk.enable = true; @@ -181,6 +172,8 @@ in { }; }; in { + # technically could cause issues w KDE if we use that + # not a concern for now "kdeglobals".text = '' [Icons] Theme=${cfg.iconTheme.name}