mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-09 16:16:21 +01:00
13 lines
243 B
Nix
13 lines
243 B
Nix
{ 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" ];
|
|
} |