summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2024-11-11 10:30:05 -0500
committerBen Sima <ben@bsima.me>2024-11-11 10:33:35 -0500
commit61eb4cdeccc3dc85d66cde931fa5985d5edc75e6 (patch)
tree3f44f8adfa7de5cb03e7336fbacc5470d4ffba8b
parent171568020c9d70aa1e6caadf6284710e07032354 (diff)
rotate one of my monitors (mixed mode)
-rw-r--r--profiles/beryllium.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/beryllium.nix b/profiles/beryllium.nix
index 005534a..422d460 100644
--- a/profiles/beryllium.nix
+++ b/profiles/beryllium.nix
@@ -73,6 +73,13 @@ in {
DP-2 = DP-2 // { rotate = "left"; position = "2160x0"; };
};
};
+ mixed = {
+ inherit fingerprint;
+ config = {
+ DP-0 = DP-0 // { rotate = "left"; };
+ DP-2 = DP-2;
+ };
+ };
};
services.random-background.enable = lib.mkForce true;