1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(homeros): intel graphics

This commit is contained in:
Kierán Meinhardt
2020-01-22 16:40:05 +01:00
parent 09370e800a
commit 08303c4635

View File

@@ -5,7 +5,7 @@
./hardware-configuration.nix
];
services.xserver.xrandrHeads = [ { output = "HDMI-1"; primary = true; } "LVDS-1" ];
services.xserver.xrandrHeads = [ { output = "HDMI1"; primary = true; } "LVDS1" ];
environment.systemPackages = [ pkgs.unstable.zeroad pkgs.minecraft ];
@@ -34,12 +34,7 @@
EndSection
'';
hardware.bumblebee = {
enable = true;
connectDisplay = true;
};
hardware.opengl.driSupport32Bit = true;
services.xserver.videoDrivers = [ "intel" "nvidia" ];
services.xserver.videoDrivers = [ "intel" ];
networking.hostName = "homeros";