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

{
  imports = [
    ../../common/pc/laptop
    ../../common/pc/laptop/ssd
    ../../common/cpu/intel/kaby-lake
  ];
}