about summary refs log tree commit diff
path: root/hardware/chromebook/default.nix
blob: f8d36a49e5f6b9c779bcfbdbcee50f116a3814bf (plain) (blame)
1
2
3
4
5
6
7
8
{...}: {
  imports = [
    ./hardware.nix

    ../../modules/power-save
    ../../modules/bluetooth
  ];
}