mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-10-31 16:19:42 +01:00
Merge pull request #110 from NixOS/xps-13
dell/xps/13-9380: also import intel profile
This commit is contained in:
commit
79e188ac6b
2 changed files with 12 additions and 0 deletions
|
@ -1,5 +1,16 @@
|
||||||
= Dell XPS 13 9380 =
|
= Dell XPS 13 9380 =
|
||||||
|
|
||||||
|
== 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.
|
||||||
|
|
||||||
== Battery drain when sleeping ==
|
== Battery drain when sleeping ==
|
||||||
|
|
||||||
The laptop uses the S2 sleep mode by default instead of S3, which leads to
|
The laptop uses the S2 sleep mode by default instead of S3, which leads to
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
../../../common/cpu/intel
|
||||||
../../../common/pc/laptop
|
../../../common/pc/laptop
|
||||||
../../../common/pc/laptop/acpi_call.nix
|
../../../common/pc/laptop/acpi_call.nix
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue