{...}: { imports = [ ./evremap.nix ]; services.xserver = { xkb = { layout = "us"; variant = "altgr-intl"; }; libinput = { enable = true; }; }; }