diff --git a/users/blake/dots/desktop/cursor/default.nix b/users/blake/dots/desktop/cursor/default.nix index 626e8db..8b766fc 100644 --- a/users/blake/dots/desktop/cursor/default.nix +++ b/users/blake/dots/desktop/cursor/default.nix @@ -12,7 +12,8 @@ in { enable = lib.mkEnableOption "enables ${program}"; cursor = lib.mkOption { type = lib.types.str; - default = "Posy_Cursor_Black"; + #default = "Posy_Cursor_Black"; + default = "posy_dark"; description = "cursor to use"; }; size = lib.mkOption {