Commit 2852910020e9

Vincent Demeester <vincent@sbr.pm>
2020-04-30 19:58:58
README.org update nix src
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 73adc1a
Changed files (1)
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)