From 9e3e703f9e5b3aee19754eb8bb997529091f96ac Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Fri, 30 Aug 2024 22:15:53 +0200 Subject: [PATCH] fix: deprecated type --- modules/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hyprland.nix b/modules/hyprland.nix index 8593704..2c8aab8 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -23,7 +23,7 @@ in default = pkgs.xdg-desktop-portal-hyprland; }; displays = lib.mkOption { - type = lib.types.listOf lib.types.string; + type = lib.types.listOf lib.types.str; default = [ "DP-3,2560x1440@360,2560x0,1" "DP-2,2560x1440@144,0x0,1"