change cursor

This commit is contained in:
Frost-Phoenix 2023-12-06 18:27:31 +01:00
parent dca8c4db7c
commit 21a65c4bca
2 changed files with 3 additions and 3 deletions

View file

@ -30,13 +30,13 @@
cursorTheme = {
name = "Nordzy-cursors";
package = pkgs.nordzy-cursor-theme;
size = 20;
size = 22;
};
};
home.pointerCursor = {
name = "Nordzy-cursors";
package = pkgs.nordzy-cursor-theme;
size = 20;
size = 22;
};
}