17 lines
409 B
Markdown
17 lines
409 B
Markdown
|
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
|