diff options
-rw-r--r-- | profiles/laptop.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/laptop.nix b/profiles/laptop.nix index 8660cc0..499ecde 100644 --- a/profiles/laptop.nix +++ b/profiles/laptop.nix @@ -61,7 +61,7 @@ inherit fingerprint; config = { eDP-1 = laptopScreen; - HDMI-2 = externalMonitor "right"; + HDMI-2 = externalMonitor "normal"; }; }; laptop = { |