Merge pull request #110 from NixOS/xps-13

dell/xps/13-9380: also import intel profile
This commit is contained in:
Jörg Thalheim 2019-07-01 22:34:41 +01:00 committed by GitHub
commit 79e188ac6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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
]; ];