summaryrefslogtreecommitdiffstats
path: root/purism/librem/13v3/default.nix
blob: 89ae07e4e693de832a5323e063b8e56d24c3642d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  imports = [
    ../../../common/cpu/intel
    ../../../common/pc/laptop
  ];

  # https://github.com/systemd/systemd/pull/9318
  services.udev.extraHwdb = ''
    # Purism Librem 13 V3
    evdev:atkbd:dmi:bvn*:bvr*:bd*:svnPurism*:pn*Librem13v3*:pvr*
     KEYBOARD_KEY_56=backslash
  '';
}