fix: deprecated type
This commit is contained in:
parent
4a66d9f267
commit
9e3e703f9e
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue