home-manager/gui: Fix cursor scaling

This commit is contained in:
Jack O'Sullivan 2022-09-09 19:58:25 +01:00
parent 8954f65b80
commit c6780a146f

View File

@ -78,6 +78,7 @@ in
pointerCursor = {
package = pkgs.vanilla-dmz;
name = "Vanilla-DMZ";
size = 16;
gtk.enable = true;
};
};