diff --git a/systems/modules/home/wm/hyprland.nix b/systems/modules/home/wm/hyprland.nix index e52ca53..07b20c5 100644 --- a/systems/modules/home/wm/hyprland.nix +++ b/systems/modules/home/wm/hyprland.nix @@ -172,6 +172,12 @@ in position = "auto", scale = 1, }) + hl.monitor({ + output = "eDP-1", + mode = "1920x1200", + position = "auto", + scale = 1, + }) end'') ]; };