fix: use types.str instead of deprecated type.string

This commit is contained in:
Youwen Wu 2024-12-31 06:12:14 -08:00
parent 452138799c
commit eb9cd1fc41
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -46,7 +46,7 @@ in
'';
};
screenlocker.monitor = lib.mkOption {
type = lib.types.nullOr lib.types.string;
type = lib.types.nullOr lib.types.str;
default = null;
description = ''
Monitor to use for screen locker. Use `hyprctl monitors` to determine.