summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEmery Hemingway <emery@vfemail.net>2016-02-10 18:38:03 +0100
committerEmery Hemingway <emery@vfemail.net>2016-02-10 18:38:03 +0100
commit576f0cc4a291448c2fcd1b70126e2b1308d18db9 (patch)
treedb64a1e0f489e6014d878d517a7808e437c9f143 /README.md
parent9627fe706ff2531d5792166191c8525638a51cb6 (diff)
update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/README.md b/README.md
index 8d70cb0..98ae408 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,5 @@
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:
``` nix
@@ -13,4 +9,11 @@ The simplest way to use this repo for now is to clone locally and include by pat
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**.