mirror of
https://github.com/kmein/niveum
synced 2026-03-16 18:21:07 +01:00
fix: reorder monitors
This commit is contained in:
@@ -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 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user