gtk: only set icon name without package
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
0819176fc1
commit
52abdf22c8
1 changed files with 2 additions and 2 deletions
|
@ -27,11 +27,11 @@ in {
|
|||
};
|
||||
|
||||
cursorTheme = with config.custom.settings.icons.cursor; {
|
||||
inherit name package size;
|
||||
inherit name size;
|
||||
};
|
||||
|
||||
iconTheme = with config.custom.settings.icons.icon; {
|
||||
inherit name package;
|
||||
inherit name;
|
||||
};
|
||||
|
||||
theme = {
|
||||
|
|
Loading…
Add table
Reference in a new issue