From 2b6d132eb6e16c81105c62acabf6b774098fe918 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 15 Oct 2017 16:40:28 +0200 Subject: docs: Add README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 -- cgit 1.4.1