fix: deprecated type

This commit is contained in:
Noa Aarts 2024-08-30 22:15:53 +02:00
parent 4a66d9f267
commit 9e3e703f9e
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -23,7 +23,7 @@ in
default = pkgs.xdg-desktop-portal-hyprland; default = pkgs.xdg-desktop-portal-hyprland;
}; };
displays = lib.mkOption { displays = lib.mkOption {
type = lib.types.listOf lib.types.string; type = lib.types.listOf lib.types.str;
default = [ default = [
"DP-3,2560x1440@360,2560x0,1" "DP-3,2560x1440@360,2560x0,1"
"DP-2,2560x1440@144,0x0,1" "DP-2,2560x1440@144,0x0,1"