WE DID IT. QT ICONS

This commit is contained in:
Reid 2025-01-09 21:25:47 -08:00
parent 044bed7bac
commit efe09d0045
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
2 changed files with 14 additions and 3 deletions

View file

@ -104,6 +104,15 @@ 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;
@ -172,6 +181,11 @@ in {
};
};
in {
"kdeglobals".text = ''
[Icons]
Theme=${cfg.iconTheme.name}
'';
"Kvantum/${cfg.kvantumTheme.name}".source = "${cfg.kvantumTheme.package}/share/Kvantum/${cfg.kvantumTheme.name}";
"Kvantum/kvantum.kvconfig".text = ''
[General]