1
1
Fork 0

gtk: only set icon name without package

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-03-08 12:40:25 -06:00
parent 0819176fc1
commit 52abdf22c8
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -27,11 +27,11 @@ in {
}; };
cursorTheme = with config.custom.settings.icons.cursor; { cursorTheme = with config.custom.settings.icons.cursor; {
inherit name package size; inherit name size;
}; };
iconTheme = with config.custom.settings.icons.icon; { iconTheme = with config.custom.settings.icons.icon; {
inherit name package; inherit name;
}; };
theme = { theme = {