huzza, cursor issue has been fixedgit add --patch users/stitchynyan/home.nixgit add --patch users/stitchynyan/home.nix
This commit is contained in:
parent
00cb1bbe74
commit
54e9588487
1 changed files with 2 additions and 2 deletions
|
@ -147,10 +147,10 @@ in
|
|||
};
|
||||
|
||||
home.pointerCursor = {
|
||||
name = "phinger-cursors";
|
||||
name = "phinger-cursors-dark";
|
||||
package = pkgs.phinger-cursors;
|
||||
gtk.enable = true;
|
||||
size = 64;
|
||||
size = 24;
|
||||
};
|
||||
|
||||
# Read the Docs before change
|
||||
|
|
Loading…
Reference in a new issue