1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 02:53:34 +02:00
Mirror of NixOS-hardware
Go to file
2016-02-26 11:29:48 +01:00
audio-gd audio-gd/compass2: init 2016-02-08 18:50:09 +03:00
inversepath/usbarmory usbarmory: move to /inversepath, host support 2016-02-23 19:23:55 +01:00
lenovo lenovo/x220i-tablet 2016-02-24 19:58:56 +01:00
lib new kernelAtleast option at lib/kernel-version.nix 2016-02-26 11:12:17 +01:00
raspberry_pi import https://nixos.org/wiki/Raspberry_Pi_2 2016-02-26 11:29:48 +01:00
supermicro add hardware-notes module for documentation 2016-02-23 19:20:28 +01:00
README.md update README 2016-02-10 18:38:03 +01:00

A collection of NixOS modules covering hardware quirks.

Usage

The simplest way to use this repo for now is to clone locally and include by path:

{ config, pkgs, ... }:

{
  imports =
    [ /home/user/nixos-hardware/acme/thunkpad-2000.nix ];
}

Modules should favor usability and stability, so performance hacks should be activated by an additional a NixOS option or conservative and performance configs can be declared in seperate modules.

Because modules can only be tested with the appropriate hardware, quality assurance is up to you.