From ff6ab9456a8fc0aa457ef370105f949a41822c8d Mon Sep 17 00:00:00 2001
From: Ben Sima <ben@bsima.me>
Date: Fri, 7 Feb 2025 13:05:00 -0500
Subject: fix position of monitor in mixed profile

---
 profiles/beryllium.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiles/beryllium.nix b/profiles/beryllium.nix
index 422d460..f861d94 100644
--- a/profiles/beryllium.nix
+++ b/profiles/beryllium.nix
@@ -77,7 +77,7 @@ in {
       inherit fingerprint;
       config = {
         DP-0 = DP-0 // { rotate = "left"; };
-        DP-2 = DP-2;
+        DP-2 = DP-2 // { position = "2160x840"; };
       };
     };
   };
-- 
cgit v1.2.3