google/rex: Add support for rex Chromebooks.

These Chromebooks are laptops with ssds based on meteor-lake platforms.
This commit is contained in:
David Ruth 2026-04-26 18:23:30 -04:00 committed by Daniel Schaefer
parent 379c1f274f
commit 6cfa598d53
3 changed files with 11 additions and 0 deletions

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

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