From 11499b5109317797e630710bb80e6db60e94e54e Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy <dmitriy@pleshevski.ru> Date: Wed, 5 Mar 2025 19:34:46 +0300 Subject: [PATCH] host/home: don't rotate secondary monitor --- hosts/home/hardware-configuration/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/home/hardware-configuration/default.nix b/hosts/home/hardware-configuration/default.nix index 9ef597b..bbf50ac 100644 --- a/hosts/home/hardware-configuration/default.nix +++ b/hosts/home/hardware-configuration/default.nix @@ -40,7 +40,7 @@ output = "DP-3"; monitorConfig = '' Option "PreferredMode" "1920x1080" - Option "Rotate" "right" + # Option "Rotate" "right" ''; } {