Commit b99d21c73f38

Vincent Demeester <vincent@sbr.pm>
2018-08-02 17:48:19
Add README
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 855e349
Changed files (1)
README.md
@@ -0,0 +1,7 @@
+# Home configuration files
+
+This repository is using `home-manager` and `nix`.
+
+- clone this repository in `$HOME/.config/nixpkgs`
+- run `nix-shell https://github.com/rycee/home-manager/archive/master.tar.gz -A install` (maybe twice :D)
+- run `echo -n "Passphrase: "; read -i PASSPHRASE; env PASSPHRASE=$PASSPHRASE home-manager switch;`
\ No newline at end of file