mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 11:36:10 +01:00
Add Dell XPS-7390 Profile (#128)
This commit is contained in:
parent
c0182a0698
commit
5316e919c8
3 changed files with 25 additions and 0 deletions
12
dell/xps/13-7390/README.wiki
Normal file
12
dell/xps/13-7390/README.wiki
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
= Dell XPS 13 7390 =
|
||||
|
||||
== Firmware upgrades ==
|
||||
|
||||
Note that this device is supported by [https://fwupd.org/ fwupd].
|
||||
To perform firmware upgrades just activate the service
|
||||
|
||||
<code>
|
||||
services.fwupd.enable = true;
|
||||
</code>
|
||||
|
||||
Then use <code>fwupdmgr</code> to perform updates.
|
||||
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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue