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

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