mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
Add Dell XPS-7390 Profile (#128)
This commit is contained in:
committed by
Jörg Thalheim
parent
c0182a0698
commit
5316e919c8
11
dell/xps/13-7390/default.nix
Normal file
11
dell/xps/13-7390/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../../common/cpu/intel
|
||||
../../../common/pc/laptop
|
||||
../../../common/pc/laptop/ssd
|
||||
];
|
||||
|
||||
services.thermald.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user