2016-02-10 10:41:46 -06:00
2016-02-08 18:50:09 +03:00
2016-02-08 15:12:20 +03:00
2016-02-10 10:41:46 -06:00
2016-02-08 12:37:46 +01:00

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 ];
}
'''
Description
No description provided
Readme 1.5 GiB
Languages
Nix 96.3%
Shell 1.8%
Python 0.7%
Perl 0.4%
C 0.3%
Other 0.1%