diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-10-15T14·40+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-10-15T14·40+0200 |
commit | 2b6d132eb6e16c81105c62acabf6b774098fe918 (patch) | |
tree | 584656290ddc5bffe9e4bae685bb515f71906956 /README.md | |
parent | e0c8c5c798d51cb2cc37bd478d364dca99cce0b8 (diff) |
docs: Add README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 000000000000..970f25e6e9f7 --- /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 |