try w/o pointer cursor just vars
This commit is contained in:
@@ -42,19 +42,19 @@ in {
|
|||||||
HYPRCURSOR_THEME = cfg.cursor;
|
HYPRCURSOR_THEME = cfg.cursor;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.pointerCursor = {
|
# home.pointerCursor = {
|
||||||
dotIcons.enable = false;
|
# dotIcons.enable = false;
|
||||||
enable = true;
|
# enable = true;
|
||||||
gtk.enable = true;
|
# gtk.enable = true;
|
||||||
x11.enable = true;
|
# x11.enable = true;
|
||||||
package = pkgs.posy-cursors;
|
# package = pkgs.posy-cursors;
|
||||||
name = cfg.cursor;
|
# name = cfg.cursor;
|
||||||
size = 64;
|
# size = 64;
|
||||||
hyprcursor = {
|
# hyprcursor = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
size = 64;
|
# size = 64;
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user