docs: Update README with setup instructions

This commit is contained in:
Vincent Ambo 2017-10-25 17:22:29 +02:00
parent fa224c48d9
commit dfe1f191a9

View file

@ -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`.