mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
fix(homeros): xrandr heads
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
services.xserver.xrandrHeads = [ { output = "HDMI1"; primary = true; } "LVDS1" ];
|
||||
services.xserver.xrandrHeads = [ { output = "HDMI-1"; primary = true; } "LVDS-1" ];
|
||||
|
||||
environment.systemPackages = [ pkgs.unstable.zeroad pkgs.minecraft ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user