1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

fix: reorder monitors

This commit is contained in:
Kierán Meinhardt
2020-01-06 22:20:35 +01:00
parent f31e0f31c2
commit 66f78ccf38

View File

@@ -5,7 +5,7 @@
./hardware-configuration.nix
];
services.xserver.xrandrHeads = [ "LVDS1" { output = "HDMI1"; primary = true; } ];
services.xserver.xrandrHeads = [ { output = "HDMI1"; primary = true; } "LVDS1" ];
environment.systemPackages = [ pkgs.unstable.zeroad pkgs.minecraft ];