add hypr specific?

This commit is contained in:
2025-11-06 22:42:07 -06:00
parent dc03836ac0
commit 6beb28477f

View File

@@ -16,6 +16,12 @@ in {
default = "posy_dark";
description = "cursor to use";
};
cursor_hypr = lib.mkOption {
type = lib.types.str;
#default = "Posy_Cursor_Black";
default = "posy_dark";
description = "cursor to use";
};
size = lib.mkOption {
type = lib.types.int;
default = 64;
@@ -40,7 +46,7 @@ in {
XCURSOR_SIZE = cfg.size;
XCURSOR_THEME = cfg.cursor;
HYPRCURSOR_SIZE = cfg.size;
HYPRCURSOR_THEME = cfg.cursor;
HYPRCURSOR_THEME = cfg.cursor_hypr;
};
# home.pointerCursor = {