nixos-hardware/dell/xps/13-7390/default.nix

12 lines
174 B
Nix

{ lib, pkgs, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop
../../../common/pc/laptop/ssd
];
services.thermald.enable = true;
}