add hypr specific?
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user