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