{ config, lib, pkgs, ... }: { imports = [ ./hardware-configuration.nix ]; networking.hostName = "bocchi"; hardware.graphics.enable = true; }