oh wait this isn't actually needed

This commit is contained in:
Reid 2025-01-10 15:25:43 -08:00
parent 4fe5e005be
commit 131bc60cd1
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD

View file

@ -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}