mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 11:29:42 +01:00
add xps 13 (9343)
This commit is contained in:
parent
a78b8b6476
commit
1ab852b88e
2 changed files with 14 additions and 0 deletions
|
@ -37,6 +37,7 @@ See code for all available configurations.
|
||||||
| Dell Latitude 3480 | `<nixos-hardware/dell/latitude/3480>` |
|
| Dell Latitude 3480 | `<nixos-hardware/dell/latitude/3480>` |
|
||||||
| [Dell XPS E7240][] | `<nixos-hardware/dell/e7240>` |
|
| [Dell XPS E7240][] | `<nixos-hardware/dell/e7240>` |
|
||||||
| [Dell XPS 13 7390][] | `<nixos-hardware/dell/xps/13-7390>` |
|
| [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 9360][] | `<nixos-hardware/dell/xps/13-9360>` |
|
||||||
| [Dell XPS 13 9370][] | `<nixos-hardware/dell/xps/13-9370>` |
|
| [Dell XPS 13 9370][] | `<nixos-hardware/dell/xps/13-9370>` |
|
||||||
| [Dell XPS 13 9380][] | `<nixos-hardware/dell/xps/13-9380>` |
|
| [Dell XPS 13 9380][] | `<nixos-hardware/dell/xps/13-9380>` |
|
||||||
|
@ -87,6 +88,7 @@ See code for all available configurations.
|
||||||
[Apple MacBook Pro 10,1]: apple/macbook-pro/10-1
|
[Apple MacBook Pro 10,1]: apple/macbook-pro/10-1
|
||||||
[Dell XPS E7240]: dell/e7240
|
[Dell XPS E7240]: dell/e7240
|
||||||
[Dell XPS 13 7390]: dell/xps/13-7390
|
[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 9360]: dell/xps/13-9360
|
||||||
[Dell XPS 13 9370]: dell/xps/13-9370
|
[Dell XPS 13 9370]: dell/xps/13-9370
|
||||||
[Dell XPS 13 9380]: dell/xps/13-9380
|
[Dell XPS 13 9380]: dell/xps/13-9380
|
||||||
|
|
12
dell/xps/13-9343/default.nix
Normal file
12
dell/xps/13-9343/default.nix
Normal file
|
@ -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;
|
||||||
|
}
|
Loading…
Reference in a new issue