adding cursor compat
This commit is contained in:
parent
a1cfd30341
commit
8238b20d38
1 changed files with 7 additions and 0 deletions
|
@ -67,6 +67,13 @@ in {
|
|||
theme = cfg.gtkTheme;
|
||||
};
|
||||
|
||||
hm.home.pointerCursor = {
|
||||
gtk.enable = true;
|
||||
x11.enable = true;
|
||||
name = cfg.cursorTheme.name;
|
||||
package = cfg.cursorTheme.package;
|
||||
};
|
||||
|
||||
hm.services.dunst.iconTheme = {
|
||||
name = cfg.iconTheme.name;
|
||||
package = cfg.iconTheme.package;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue