Ver código fonte

Initial p53 hardware configuration (#125)

wip-nanopi-m4v2
*Kim Zick 7 anos atrás
committed by Jörg Thalheim
pai
commit
ed0d3cc198
2 arquivos alterados com 10 adições e 0 exclusões
  1. +1
    -0
      README.md
  2. +9
    -0
      lenovo/thinkpad/p53/default.nix

+ 1
- 0
README.md Ver arquivo

@@ -40,6 +40,7 @@ See code for all available configurations.
| [Dell XPS 15 9550][] | `<nixos-hardware/dell/xps/15-9550>` |
| [Inverse Path USB armory][] | `<nixos-hardware/inversepath/usbarmory>` |
| Lenovo IdeaPad Z510 | `<nixos-hardware/lenovo/ideapad/z510>` |
| Lenovo ThinkPad P53 | `<nixos-hardware/lenovo/thinkpad/p53>` |
| Lenovo ThinkPad T410 | `<nixos-hardware/lenovo/thinkpad/t410>` |
| Lenovo ThinkPad T430 | `<nixos-hardware/lenovo/thinkpad/t430>` |
| Lenovo ThinkPad T440s | `<nixos-hardware/lenovo/thinkpad/t440s>` |


+ 9
- 0
lenovo/thinkpad/p53/default.nix Ver arquivo

@@ -0,0 +1,9 @@
{ nixos, pkgs, config, stdenv, ... }:
{
imports = [
../../../common/cpu/intel
../../../common/pc/laptop/acpi_call.nix
../../../common/pc/laptop/cpu-throttling-bug.nix
../.
];
}

Carregando…
Cancelar
Salvar