commit 2852910020e9d9e8f59b64834ec72b996891be97
parent 73adc1ae932bef44f767ca7d2169159be67cad22
Author: Vincent Demeester <vincent@sbr.pm>
Date: Thu, 30 Apr 2020 19:58:58 +0200
README.org update nix src
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.org b/README.org
@@ -49,13 +49,13 @@
Some machines files already exists that you can use :
#+begin_src nix
- { pkgs, ... }:
+ { pkgs, ... }:
- {
- imports = [
- ./machines/hokkaido.nix
- ];
- }
+ {
+ imports = [
+ ./machines/hokkaido.nix
+ ];
+ }
#+end_src
- run ~nix-shell https://github.com/rycee/home-manager/archive/master.tar.gz -A install~ (maybe twice :D)