oh wait this isn't actually needed
This commit is contained in:
parent
4fe5e005be
commit
131bc60cd1
1 changed files with 2 additions and 9 deletions
|
@ -104,15 +104,6 @@ in {
|
||||||
platformTheme.name = "qtct";
|
platformTheme.name = "qtct";
|
||||||
style.name = "kvantum";
|
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 = {
|
hm.home.pointerCursor = {
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
|
@ -181,6 +172,8 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
# technically could cause issues w KDE if we use that
|
||||||
|
# not a concern for now
|
||||||
"kdeglobals".text = ''
|
"kdeglobals".text = ''
|
||||||
[Icons]
|
[Icons]
|
||||||
Theme=${cfg.iconTheme.name}
|
Theme=${cfg.iconTheme.name}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue