diff options
author | Ben Sima <ben@bsima.me> | 2025-02-07 13:05:00 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2025-02-07 13:05:00 -0500 |
commit | ff6ab9456a8fc0aa457ef370105f949a41822c8d (patch) | |
tree | d5fd963b52c31c4962e937650386e75fbefb0d1f | |
parent | c1ae0d4e4c8a5b0d9f0cb7f58f02f36ef8198267 (diff) |
fix position of monitor in mixed profile
-rw-r--r-- | profiles/beryllium.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"; }; }; }; }; |