Mirror of NixOS-hardware
Go to file
Arseniy Seroka bc435e7ddc audio-gd/compass2: init 2016-02-08 18:50:09 +03:00
audio-gd audio-gd/compass2: init 2016-02-08 18:50:09 +03:00
lenovo lenovo/t440p.nix: init 2016-02-08 15:12:20 +03:00
supermicro supermicro/x10sll-f: init 2016-02-08 15:02:19 +03:00
README.md Initial commit 2016-02-08 12:37:46 +01:00

README.md

A collection of NixOS modules covering hardware quirks.

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.

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 ];
}
'''