with the right name this time

This commit is contained in:
2025-11-06 22:40:12 -06:00
parent 646ba6d63f
commit dc03836ac0

View File

@@ -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 {