omen/15-ce002ns: Init

This commit is contained in:
LucasFA
2025-01-16 13:31:30 +00:00
parent b678606690
commit b31613ae10
4 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{ lib, pkgs, ... }:
{
imports = [
../../common/cpu/intel/kaby-lake
../../common/gpu/nvidia/pascal
../../common/pc/laptop
../../common/pc/laptop/ssd
../../common/pc/laptop/hdd
];
}