about summary refs log tree commit diff
path: root/modules/workstation/hardware/pixelbook/default.nix
blob: 926558bd91b0e9c69d3670091b177a3faf72e555 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ ... }:

{
  imports = [ ../../../nixos-hardware/google/pixelbook ];

  boot.postBootCommands = ''
    # Remap Google Assistant to left super.
    /run/current-system/sw/bin/setkeycodes e058 125
  '';
}