add whitesur icon theme
This commit is contained in:
parent
d8ca6d235f
commit
cc0a910c0e
1 changed files with 10 additions and 0 deletions
|
|
@ -21,4 +21,14 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
|
gtk.iconTheme = {
|
||||||
|
name = "WhiteSur";
|
||||||
|
package = pkgs.whitesur-icon-theme.override {
|
||||||
|
alternativeIcons = true;
|
||||||
|
boldPanelIcons = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
qt.enable = true;
|
||||||
|
qt.platformTheme.name = "gtk";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue