From dfe1f191a9960c9e05403f040802ec942febe284 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 25 Oct 2017 17:22:29 +0200 Subject: docs: Update README with setup instructions --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 970f25e6e9f7..5205b618b072 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,15 @@ NixOS configuration =================== -Set up the unstable channel first: +My NixOS config. Some manual steps required before the first run! + +Make sure submodules are cloned: `git submodule update --init`. + +Set up the unstable NixOS channel: ``` 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 +Symlink local machine configuration to `/etc/nixos/local-configuration.nix`. -- cgit 1.4.1