diff options
-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 |