Change monitor names

This commit is contained in:
Vili Sinervä 2024-11-24 12:16:29 +02:00
parent 13f46e06de
commit 1b0bdd84b9
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
2 changed files with 9 additions and 9 deletions

View file

@ -80,7 +80,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
'';
system.autoUpgrade.allowReboot = pkgs.lib.mkForce false;