Commit 461c6d4551b5

Vincent Demeester <vincent@sbr.pm>
2018-08-14 12:49:23
Update README.md to take into account vdemeester/home
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 0fb1c7c
Changed files (1)
README.md
@@ -1,11 +1,7 @@
 # Nixos configuration 🐸
 
 This is my nixos configuration, commonly used on all my
-nixos-enabled computers **or** nixpkgs-enabled computers.
-
-It is heavily customized and uses
-[home-manager](https://github.com/rycee/home-manager/) to manager my
-default user packages and configurations files (a.k.a dotfiles).
+nixos-enabled computers.
 
 ## How to use 🐻
 
@@ -22,16 +18,4 @@ When installing nixos:
   
 ## On other operating system/distributions
 
-When installing it on a non-nixos operating system, the requirements
-are to have nix installed.
-
-- `curl https://nixos.org/nix/install | sh` to install it
-- clone the configuration in `$HOME/.config/home-manager`
-- install my customized *home-manager-helper* : 
-  `nix-env -i -f https://github.com/vdemeester/home-manager-helper/archive/master.tar.gz`
-- run `hm` to bootstrap it
-- run `hm build remote-env` to build a dry-run of the `remote-env`,
-  and `hm switch remote-env` to activate it.
-
-The `envs` folder contains different environment either named using
-machine (`wakasu`, `hokkaido`, …) or more generic environment.
+Use [vdemeester/home](https://github.com/vdemeester/home) instead.