From 29c9b505d1a077f7f02e649a111bcff6666fcc74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Sun, 8 Jun 2025 21:43:11 +0300 Subject: [PATCH] Update helium display conf --- hosts/helium/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/helium/configuration.nix b/hosts/helium/configuration.nix index d51107d..164a14a 100644 --- a/hosts/helium/configuration.nix +++ b/hosts/helium/configuration.nix @@ -27,7 +27,7 @@ }; services.xserver.displayManager.setupCommands = '' - ${pkgs.xorg.xrandr}/bin/xrandr --output DisplayPort-0 --auto --pos 0x0 --primary --output eDP --auto --pos 3840x360 + ${pkgs.xorg.xrandr}/bin/xrandr --output DP-1 --auto --pos 0x0 --primary --output eDP-1 --auto --pos 3840x360 ''; imports = [