user/theming: fix cursor
This commit is contained in:
parent
1279525460
commit
8fc0825b1a
1 changed files with 3 additions and 1 deletions
|
|
@ -17,9 +17,11 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
xsession.pointerCursor = {
|
home.pointerCursor = {
|
||||||
package = pkgs.yaru-theme;
|
package = pkgs.yaru-theme;
|
||||||
name = "Yaru";
|
name = "Yaru";
|
||||||
size = 16;
|
size = 16;
|
||||||
|
gtk.enable = true;
|
||||||
|
x11.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue