From 61eb4cdeccc3dc85d66cde931fa5985d5edc75e6 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 11 Nov 2024 10:30:05 -0500 Subject: rotate one of my monitors (mixed mode) --- profiles/beryllium.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'profiles') 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; -- cgit v1.2.3