Mirror of NixOS-hardware
Go to file
Matthew Bauer 9160873c16 add raspberry-pi 0 and 3
Based off of 2.
2019-01-08 17:33:50 -06:00
acer/aspire/4810t treewide: mark things that have to be done 2017-12-25 22:07:47 +00:00
airis/n990 treewide: abstract away common configs into common/ 2017-12-24 23:21:05 +00:00
apple apple/macbook-pro/11-5: Remove boot loader 2018-07-30 17:55:13 -04:00
asus asus/m60j-jx041v: drop (README only) 2017-12-24 23:44:25 +00:00
audio-gd treewide: mark things that have to be done 2017-12-25 22:07:47 +00:00
beagleboard/pocketbeagle beagleboard/pocketbeagle: init 2018-10-12 13:17:02 +00:00
common common/cpu: default microcode updates to enableRedistributableFirmware 2018-10-30 18:16:36 +00:00
dell/xps move acpi_call.nix and cpu-throttling-bug.nix to common folder 2018-10-23 09:28:07 +01:00
inversepath/usbarmory inversepath/usbarmory: fix evaluation 2017-12-24 17:21:43 +00:00
lenovo lenovo x1 carbon gen6: update S3 suspend 2018-12-27 18:40:08 -05:00
microsoft treewide: mark things that have to be done 2017-12-25 22:07:47 +00:00
pcengines/apu pcengines/apu: init 2018-05-15 16:31:29 +03:00
purism/librem/13v3 Add Purism Librem 13v3 profile 2018-06-18 00:21:30 +03:00
raspberry-pi add raspberry-pi 0 and 3 2019-01-08 17:33:50 -06:00
samsung/np900x3c treewide: mark things that have to be done 2017-12-25 22:07:47 +00:00
supermicro treewide: only ever set unmergable options via lib.mkDefault 2017-12-24 15:13:25 +00:00
toshiba/swanky toshiba/swanky: fix eval 2018-08-24 16:53:27 +03:00
.gitignore Add .gitignore adapted from NixPkgs 2016-10-20 14:28:23 -04:00
.travis.yml Fix tests 2018-07-17 15:27:07 +03:00
CODEOWNERS CODEOWNERS: add moredread for Dell XPS 13 9370 2018-10-23 09:26:53 +01:00
CONTRIBUTING.md Suggestions for CONTRIBUTING 2018-08-31 20:16:33 +01:00
COPYING LICENSE -> COPYING 2018-08-25 13:54:23 +03:00
README.md add basic support for Lenovo Thinkpad T440s (#83) 2018-12-02 23:25:43 +00:00
default.nix dell/xps/13-9370: init 2018-10-23 09:26:53 +01:00

README.md

NixOS profiles covering hardware quirks.

Setup

Add and update nixos-hardware channel:

$ sudo nix-channel --add https://github.com/NixOS/nixos-hardware/archive/master.tar.gz nixos-hardware
$ sudo nix-channel --update nixos-hardware

Then import an appropriate profile path from the table below. For example, to enable ThinkPad X220 profile, your imports in /etc/nixos/configuration.nix should look like:

imports = [
  <nixos-hardware/lenovo/thinkpad/x220>
  ./hardware-configuration.nix
];

Profiles

Model Path
Acer Aspire 4810T <nixos-hardware/acer/aspire/4810t>
Airis N990 <nixos-hardware/airis/n990>
Apple MacBook Air 4,X <nixos-hardware/apple/macbook-air/4>
Apple MacBook Air 6,X <nixos-hardware/apple/macbook-air/6>
Apple MacBook Pro 10,1 <nixos-hardware/apple/macbook-pro/10-1>
Apple MacBook Pro 12,1 <nixos-hardware/apple/macbook-pro/12-1>
BeagleBoard PocketBeagle <nixos-hardware/beagleboard/pocketbeagle>
Dell XPS 13 9370 <nixos-hardware/dell/xps/13-9370>
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 T410 <nixos-hardware/lenovo/thinkpad/t410>
Lenovo ThinkPad T430 <nixos-hardware/lenovo/thinkpad/t430>
Lenovo ThinkPad T440s <nixos-hardware/lenovo/thinkpad/t440s>
Lenovo ThinkPad T440p <nixos-hardware/lenovo/thinkpad/t440p>
Lenovo ThinkPad T450s <nixos-hardware/lenovo/thinkpad/t450s>
Lenovo ThinkPad T460s <nixos-hardware/lenovo/thinkpad/t460s>
Lenovo ThinkPad X140e <nixos-hardware/lenovo/thinkpad/x140e>
Lenovo ThinkPad X220 <nixos-hardware/lenovo/thinkpad/x220>
Lenovo ThinkPad X230 <nixos-hardware/lenovo/thinkpad/x230>
Lenovo ThinkPad X250 <nixos-hardware/lenovo/thinkpad/x250>
Lenovo ThinkPad X260 <nixos-hardware/lenovo/thinkpad/x260>
Lenovo ThinkPad X270 <nixos-hardware/lenovo/thinkpad/x270>
Lenovo ThinkPad X1 (6th Gen) <nixos-hardware/lenovo/thinkpad/x1/6th-gen>
Microsoft Surface Pro 3 <nixos-hardware/microsoft/surface-pro/3>
PC Engines APU <nixos-hardware/pcengines/apu>
Raspberry Pi 2 <nixos-hardware/raspberry-pi/2>
Samsung Series 9 NP900X3C <nixos-hardware/samsung/np900x3c>
Purism Librem 13v3 <nixos-hardware/purism/librem/13v3>
Supermicro A1SRi-2758F <nixos-hardware/supermicro/a1sri-2758f>
Supermicro X10SLL-F <nixos-hardware/supermicro/x10sll-f>
Toshiba Chromebook 2 swanky <nixos-hardware/toshiba/swanky>