try w/o pointer cursor just vars

This commit is contained in:
2025-11-06 22:39:19 -06:00
parent e34b5161d4
commit 646ba6d63f

View File

@@ -42,19 +42,19 @@ in {
HYPRCURSOR_THEME = cfg.cursor;
};
home.pointerCursor = {
dotIcons.enable = false;
enable = true;
gtk.enable = true;
x11.enable = true;
package = pkgs.posy-cursors;
name = cfg.cursor;
size = 64;
hyprcursor = {
enable = true;
size = 64;
};
};
# home.pointerCursor = {
# dotIcons.enable = false;
# enable = true;
# gtk.enable = true;
# x11.enable = true;
# package = pkgs.posy-cursors;
# name = cfg.cursor;
# size = 64;
# hyprcursor = {
# enable = true;
# size = 64;
# };
# };
};
}