Added configuration for HP Omen 15-ek1013dx

This commit is contained in:
Nunya Bidness 2025-02-18 01:04:42 -06:00
parent 3e2ea8a49d
commit 6c2aafaef3

View 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" ];
}