diff --git a/modules/options/hyprland.nix b/modules/options/hyprland.nix index ddf4330..bdc761f 100644 --- a/modules/options/hyprland.nix +++ b/modules/options/hyprland.nix @@ -30,7 +30,7 @@ with lib; }; monitor = mkOption { type = types.listOf types.str; - default = [ ",preferred,auto,1" ]; + default = [ ",preferred,auto,auto" ]; description = '' Monitors to use for Hyprland. '';