8 lines
126 B
Nix
8 lines
126 B
Nix
{pkgs, ...}: {
|
|
gtk = {
|
|
iconTheme = {
|
|
package = pkgs.morewaita-icon-theme;
|
|
name = "MoreWaita";
|
|
};
|
|
};
|
|
}
|