diff options
author | Ben Sima <ben@bsima.me> | 2023-01-03 11:04:45 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2023-01-03 11:04:45 -0500 |
commit | 862af7f30bc378b2d6a411889386449748816ce0 (patch) | |
tree | 477ac9754635c1717b2c1869f0d0fbcbfd37a452 | |
parent | 1923b98aec25da4d656306e786cb9b6637dcabf5 (diff) |
make this profile normal orientation
Change-Id: I3e5baf74ad5e4fd0fdd6e83fb783938ebe3fd729
-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 = { |