about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-10-15T14·40+0200
committerVincent Ambo <tazjin@gmail.com>2017-10-15T14·40+0200
commit2b6d132eb6e16c81105c62acabf6b774098fe918 (patch)
tree584656290ddc5bffe9e4bae685bb515f71906956 /README.md
parente0c8c5c798d51cb2cc37bd478d364dca99cce0b8 (diff)
docs: Add README
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000000..970f25e6e9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+NixOS configuration
+===================
+
+Set up the unstable channel first:
+
+```
+nix-channel --add http://nixos.org/channels/nixos-unstable nixos-unstable
+nix-channel --update
+```
+
+## TODO
+
+* [ ] place i3 (and related) configuration automatically
+* [ ] place [emacs configuration](https://github.com/tazjin/emacs.d) automatically
+* [ ] configure channel automatically (if possible)
+* [ ] configure Rust setup