gtk: removed icons

Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
s0me1newithhand7s 2025-10-18 13:57:55 +03:00
parent d88ae84e25
commit 09767f9812
No known key found for this signature in database

View file

@ -1,9 +1,5 @@
{pkgs, ...}: {
gtk = {
enable = true;
iconTheme = {
name = "Whitesur-icon-theme";
package = pkgs.whitesur-icon-theme;
};
};
}