9 lines
182 B
Nix
9 lines
182 B
Nix
{pkgs, ...}: {
|
|
gtk = {
|
|
enable = true;
|
|
iconTheme = {
|
|
name = "Whitesur-icon-theme";
|
|
package = pkgs.whitesur-icon-theme;
|
|
};
|
|
};
|
|
}
|