google/brya: Add support for brya Chromebooks.

These Chromebooks are laptops with ssds based on alder-lake platforms.
This commit is contained in:
David Ruth 2026-04-25 23:57:31 -04:00 committed by Daniel Schaefer
parent 9bd7c80d43
commit 3ee4d6d8a1
3 changed files with 11 additions and 0 deletions

9
google/brya/default.nix Normal file
View file

@ -0,0 +1,9 @@
{ ... }:
{
imports = [
../../common/pc/laptop
../../common/pc/ssd
../../common/cpu/intel/alder-lake
];
}