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;
|
||||
gtk.enable = true;
|
||||
|
||||
stylix.icons = {
|
||||
stylix.icons = rec {
|
||||
enable = true;
|
||||
package = pkgs.everforest-gtk-theme;
|
||||
light = "Everforest-Dark";
|
||||
dark = "everforest_light";
|
||||
package = pkgs.adwaita-icon-theme;
|
||||
dark = "Adwaita";
|
||||
light = dark;
|
||||
};
|
||||
|
||||
# XDG portals.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue