{ ... }: { imports = [ ../../../nixos-hardware/google/pixelbook ]; boot.postBootCommands = '' # Remap Google Assistant to left super. /run/current-system/sw/bin/setkeycodes e058 125 # Remap menu to compose. /run/current-system/sw/bin/setkeycodes 5d 127 ''; services.logind.extraConfig = '' HandlePowerKey=suspend ''; }