{ ... }: { imports = [ ./hardware.nix ]; mtxyz = { private = true; portable = true; graphical = true; minimal = true; }; # Alt key broken on laptop. Caps lock is already super, so super is alt. services.xserver.xkbOptions = "altwin:swap_alt_win"; }