From 7a7f296c432d213cc76b927e006c088950118a29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 21 Jan 2020 08:20:32 +0100 Subject: [PATCH] fix(homeros): xrandr heads --- systems/homeros/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/homeros/configuration.nix b/systems/homeros/configuration.nix index 1b19151..fd58a94 100644 --- a/systems/homeros/configuration.nix +++ b/systems/homeros/configuration.nix @@ -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 ];