Selaa lähdekoodia

Add Dell XPS-7390 Profile (#128)

wip-nanopi-m4v2
Alexander Berlind 6 vuotta sitten
committed by Jörg Thalheim
vanhempi
commit
5316e919c8
3 muutettua tiedostoa jossa 25 lisäystä ja 0 poistoa
  1. +2
    -0
      README.md
  2. +12
    -0
      dell/xps/13-7390/README.wiki
  3. +11
    -0
      dell/xps/13-7390/default.nix

+ 2
- 0
README.md Näytä tiedosto

@@ -34,6 +34,7 @@ See code for all available configurations.
| Apple MacBook Pro 12,1 | `<nixos-hardware/apple/macbook-pro/12-1>` |
| BeagleBoard PocketBeagle | `<nixos-hardware/beagleboard/pocketbeagle>` |
| [Dell XPS E7240][] | `<nixos-hardware/dell/e7240>` |
| [Dell XPS 13 7390][] | `<nixos-hardware/dell/xps/13-7390>` |
| [Dell XPS 13 9360][] | `<nixos-hardware/dell/xps/13-9360>` |
| [Dell XPS 13 9370][] | `<nixos-hardware/dell/xps/13-9370>` |
| [Dell XPS 13 9380][] | `<nixos-hardware/dell/xps/13-9380>` |
@@ -70,6 +71,7 @@ See code for all available configurations.
[Acer Aspire 4810T]: acer/aspire/4810t
[Apple MacBook Pro 10,1]: apple/macbook-pro/10-1
[Dell XPS E7240]: dell/e7240
[Dell XPS 13 7390]: dell/xps/13-7390
[Dell XPS 13 9360]: dell/xps/13-9360
[Dell XPS 13 9370]: dell/xps/13-9370
[Dell XPS 13 9380]: dell/xps/13-9380


+ 12
- 0
dell/xps/13-7390/README.wiki Näytä tiedosto

@@ -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
- 0
dell/xps/13-7390/default.nix Näytä tiedosto

@@ -0,0 +1,11 @@
{ lib, pkgs, ... }:

{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop
../../../common/pc/laptop/ssd
];

services.thermald.enable = true;
}

Ladataan…
Peruuta
Tallenna