fix: use types.str instead of deprecated type.string
Some checks failed
Check flake / check (push) Has been cancelled

This commit is contained in:
Youwen Wu 2024-12-31 06:12:14 -08:00
parent 03f0456fc9
commit 9ea0fe531d
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

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