summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2019-05-04 16:10:00 +0200
committerDaiderd Jordan <daiderd@gmail.com>2019-05-04 16:10:39 +0200
commit3ab430289f8e16b7eaed5e52cceb1853f0d4fa27 (patch)
treea41a1651f95f47eb179bd0bd625deb893f25e6b0 /README.md
parent422b13681edc3b7a23c27fdb8d7e293451aea25c (diff)
add link to manual and wiki
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 8 insertions, 16 deletions
diff --git a/README.md b/README.md
index 8e8bb64..0518b30 100644
--- a/README.md
+++ b/README.md
@@ -128,22 +128,14 @@ Description:
Whether to activate system at boot time.
```
-## Modules
-
-- [`environment`](https://github.com/LnL7/nix-darwin/blob/master/modules/environment)
-- [`fonts`](https://github.com/LnL7/nix-darwin/blob/master/modules/fonts)
-- [`launchd.daemons`](https://github.com/LnL7/nix-darwin/blob/master/modules/launchd/launchd.nix)
-- [`launchd.envVariables`](https://github.com/LnL7/nix-darwin/blob/master/modules/launchd)
-- [`launchd.user.agents`](https://github.com/LnL7/nix-darwin/blob/master/modules/launchd/launchd.nix)
-- [`networking`](https://github.com/LnL7/nix-darwin/blob/master/modules/networking)
-- [`nix`](https://github.com/LnL7/nix-darwin/tree/master/modules/nix)
-- [`programs`](https://github.com/LnL7/nix-darwin/tree/master/modules/programs)
-- [`services`](https://github.com/LnL7/nix-darwin/tree/master/modules/services)
-- [`system.defaults`](https://github.com/LnL7/nix-darwin/tree/master/modules/system/defaults)
-- [`system.keyboard`](https://github.com/LnL7/nix-darwin/tree/master/modules/system/keyboard.nix)
-- [`system`](https://github.com/LnL7/nix-darwin/tree/master/modules/system)
-- [`time`](https://github.com/LnL7/nix-darwin/tree/master/modules/time)
-- [`users`](https://github.com/LnL7/nix-darwin/tree/master/modules/users)
+## Documentation
+
+Reference documentation of all the options is available here
+https://lnl7.github.io/nix-darwin/manual/index.html#sec-options.
+This can also be accessed locally using `man 5 configuration.nix`.
+
+There's also a small wiki https://github.com/LnL7/nix-darwin/wiki about
+specific topics, like macOS upgrades.
## Tests