mirror of
https://github.com/kmein/niveum
synced 2026-03-19 19:41:08 +01:00
fix: reorder monitors
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
./hardware-configuration.nix
|
./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 ];
|
environment.systemPackages = [ pkgs.unstable.zeroad pkgs.minecraft ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user