mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-10 00:31:32 +01:00
Added configuration for HP Omen 15-ek1013dx
This commit is contained in:
parent
3e2ea8a49d
commit
6c2aafaef3
13
omen/15-ek1013dx/default.nix
Normal file
13
omen/15-ek1013dx/default.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
{ lib, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
../../common/cpu/intel/comet-lake
|
||||||
|
../../common/gpu/nvidia/ampere
|
||||||
|
../../common/pc/laptop
|
||||||
|
../../common/pc/laptop/ssd
|
||||||
|
../../common/pc/laptop/hdd
|
||||||
|
];
|
||||||
|
|
||||||
|
boot.kernelModules = [ "hp-wmi" ];
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue