{ ... }: { imports = [ ../common ./hardware-configuration.nix ]; networking.hostName = "hyuganatsu"; time.timeZone = "America/Chicago"; services.xserver = { videoDrivers = [ "amdgpu" ]; deviceSection = ''Option "TearFree" "true"''; }; }