mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-10 03:43:07 +08:00
omen/15-ce002ns: Init
This commit is contained in:
11
omen/15-ce002ns/default.nix
Normal file
11
omen/15-ce002ns/default.nix
Normal 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
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user