{ config, pkgs, ... }: { imports = [ { services.xserver.xrandrHeads = [ "LVDS1" { output = "HDMI1"; primary = true; } ]; } { environment.systemPackages = [ pkgs.unstable.zeroad ]; } ./hardware-configuration.nix ]; boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; networking.hostName = "homeros"; system.stateVersion = "19.03"; }