From df3845947f4f066c9e4707e95dfb502d60a2ddb9 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 14 Jan 2026 21:18:37 +0100 Subject: [PATCH] thor: set hyprland position for tv --- hm/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hm/hyprland.nix b/hm/hyprland.nix index bdb2bf1..724a7d6 100644 --- a/hm/hyprland.nix +++ b/hm/hyprland.nix @@ -140,6 +140,7 @@ in # "DP-1,preferred,1080x200,auto,bitdepth,10,cm,hdr" "DP-1,preferred,1080x200,auto" "DP-2,preferred,0x0,auto,transform,3" + "HDMI-A-1,1920x1080@119,auto,1" ] ++ lib.lists.optionals (hostName == "odin") [ "eDP-1,preferred,auto,1" "DP-1,preferred,auto-up,1"