From 97a86c57aaf5ed866762e357c540b1ffb235bcb7 Mon Sep 17 00:00:00 2001 From: Jelle Spreeuwenberg Date: Mon, 29 Jun 2026 10:52:12 +0200 Subject: [PATCH] feat: swap primary monitor on polaris --- modules/hosts/polaris/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hosts/polaris/default.nix b/modules/hosts/polaris/default.nix index 37003a9..687e8f8 100644 --- a/modules/hosts/polaris/default.nix +++ b/modules/hosts/polaris/default.nix @@ -19,12 +19,12 @@ in displays = { "LG Electronics LG ULTRAGEAR 103NTYT8R290" = { - primary = true; x = 0; y = 0; }; "LG Electronics LG ULTRAGEAR 103NTJJ8R332" = { + primary = true; x = 2560; y = 0; };