diff --git a/home/hyprland.nix b/home/hyprland.nix index f96e7ad6..ba88441d 100644 --- a/home/hyprland.nix +++ b/home/hyprland.nix @@ -67,7 +67,11 @@ in "QT_STYLE_OVERRIDE,kvantum" ]; - monitor = ",preferred,auto,1"; + monitor = [ + ",preferred,auto,1" + "eDP-1,preferred,auto-left,1" + "HDMI-A-1,highrr,auto-right,1" + ]; exec-once = [ "sleep 0.1; swww-daemon"