1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00
nixos-hardware/dell/xps/13-7390/default.nix

12 lines
174 B
Nix
Raw Permalink Normal View History

2019-10-30 20:15:22 +01:00
{ lib, pkgs, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop
../../../common/pc/laptop/ssd
];
services.thermald.enable = true;
}