From eb9cd1fc4146e83e62664389bc0f4f6fc0a7cc3b Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 31 Dec 2024 06:12:14 -0800 Subject: [PATCH] fix: use types.str instead of deprecated type.string --- hm/modules/linux/desktop-environment/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hm/modules/linux/desktop-environment/hyprland/default.nix b/hm/modules/linux/desktop-environment/hyprland/default.nix index 0dcee78..50bc938 100644 --- a/hm/modules/linux/desktop-environment/hyprland/default.nix +++ b/hm/modules/linux/desktop-environment/hyprland/default.nix @@ -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.