summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2023-01-03 11:04:45 -0500
committerBen Sima <ben@bsima.me>2023-01-03 11:04:45 -0500
commit862af7f30bc378b2d6a411889386449748816ce0 (patch)
tree477ac9754635c1717b2c1869f0d0fbcbfd37a452
parent1923b98aec25da4d656306e786cb9b6637dcabf5 (diff)
make this profile normal orientation
Change-Id: I3e5baf74ad5e4fd0fdd6e83fb783938ebe3fd729
-rw-r--r--profiles/laptop.nix2
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 = {