Commit 2852910020e9
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)