use morewaita icon theme

This commit is contained in:
xunuwu 2025-05-18 23:00:43 +02:00
parent 9faaddc232
commit 72366d9eef

View file

@ -7,9 +7,10 @@
stylix = {
iconTheme = {
enable = true;
package = pkgs.adwaita-icon-theme;
dark = "Adwaita-dark";
package = pkgs.morewaita-icon-theme;
dark = "MoreWaita";
};
targets = {
firefox.profileNames = ["xun"];
gtk.enable = true;