Skip to content

Commit

Permalink
Merge pull request #174 from bbigras/9343
Browse files Browse the repository at this point in the history
add xps 13 (9343)
  • Loading branch information
Mic92 authored Jul 6, 2020
2 parents 841caf7 + 1ab852b commit 62f4539
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ See code for all available configurations.
| Dell Latitude 3480 | `<nixos-hardware/dell/latitude/3480>` |
| [Dell XPS E7240][] | `<nixos-hardware/dell/e7240>` |
| [Dell XPS 13 7390][] | `<nixos-hardware/dell/xps/13-7390>` |
| [Dell XPS 13 9343][] | `<nixos-hardware/dell/xps/13-9343>` |
| [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>` |
Expand Down Expand Up @@ -87,6 +88,7 @@ See code for all available configurations.
[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 9343]: dell/xps/13-9343
[Dell XPS 13 9360]: dell/xps/13-9360
[Dell XPS 13 9370]: dell/xps/13-9370
[Dell XPS 13 9380]: dell/xps/13-9380
Expand Down
12 changes: 12 additions & 0 deletions dell/xps/13-9343/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{ lib, ... }:

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

# This will save you money and possibly your life!
services.thermald.enable = lib.mkDefault true;
}

0 comments on commit 62f4539

Please sign in to comment.