fix(gtk): make cursor bigger
This commit is contained in:
parent
23fffa529e
commit
142a178273
1 changed files with 2 additions and 2 deletions
|
|
@ -27,12 +27,12 @@
|
|||
gtk.enable = true;
|
||||
package = pkgs.posy-cursors;
|
||||
name = "Posy_Cursor";
|
||||
size = 16;
|
||||
size = 30;
|
||||
};
|
||||
|
||||
gtk.cursorTheme = {
|
||||
name = "Posy_Cursor";
|
||||
size = 16;
|
||||
size = 30;
|
||||
};
|
||||
|
||||
qt = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue