diff --git a/users/blake/dots/desktop/cursor/default.nix b/users/blake/dots/desktop/cursor/default.nix index 8b766fc..cccd6d2 100644 --- a/users/blake/dots/desktop/cursor/default.nix +++ b/users/blake/dots/desktop/cursor/default.nix @@ -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 = {