1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware.git synced 2024-10-18 14:35:21 -04:00
nixos-hardware/google/pixelbook/default.nix

10 lines
128 B
Nix
Raw Normal View History

2020-05-07 10:12:35 -04:00
{ ... }:
{
imports = [
../../common/pc/laptop
../../common/pc/laptop/ssd
../../common/gpu/intel/kaby-lake
2020-05-07 10:12:35 -04:00
];
}