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;
|
gtk.enable = true;
|
||||||
package = pkgs.posy-cursors;
|
package = pkgs.posy-cursors;
|
||||||
name = "Posy_Cursor";
|
name = "Posy_Cursor";
|
||||||
size = 16;
|
size = 30;
|
||||||
};
|
};
|
||||||
|
|
||||||
gtk.cursorTheme = {
|
gtk.cursorTheme = {
|
||||||
name = "Posy_Cursor";
|
name = "Posy_Cursor";
|
||||||
size = 16;
|
size = 30;
|
||||||
};
|
};
|
||||||
|
|
||||||
qt = {
|
qt = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue