diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/beryllium.nix | 7 |
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; |