Change hyprland monitor scale default to auto instead of 1

This commit is contained in:
Joshua Yuen 2026-06-19 19:02:32 -04:00
parent 07d6d7fc16
commit 4c755a6382
Signed by: josh
GPG Key ID: 502720BC22ED411C
1 changed files with 1 additions and 1 deletions

View File

@ -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.
'';