google/brya: Add support for brya Chromebooks.
These Chromebooks are laptops with ssds based on alder-lake platforms.
This commit is contained in:
parent
9bd7c80d43
commit
3ee4d6d8a1
3 changed files with 11 additions and 0 deletions
9
google/brya/default.nix
Normal file
9
google/brya/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../common/pc/laptop
|
||||
../../common/pc/ssd
|
||||
../../common/cpu/intel/alder-lake
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue