Use Adwaita icon theme.
This commit is contained in:
parent
0a276a9085
commit
4aeeb363bf
1 changed files with 4 additions and 4 deletions
|
@ -29,11 +29,11 @@ in {
|
||||||
qt.enable = true;
|
qt.enable = true;
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
|
|
||||||
stylix.icons = {
|
stylix.icons = rec {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.everforest-gtk-theme;
|
package = pkgs.adwaita-icon-theme;
|
||||||
light = "Everforest-Dark";
|
dark = "Adwaita";
|
||||||
dark = "everforest_light";
|
light = dark;
|
||||||
};
|
};
|
||||||
|
|
||||||
# XDG portals.
|
# XDG portals.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue