mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Correction on main readme
This commit is contained in:
parent
bc7e9c6e70
commit
bc4e360eb4
|
@ -24,8 +24,8 @@ I wrote some reinstall notes for myself [[./install.org][here (install.org)]].
|
||||||
** Modules
|
** Modules
|
||||||
Separate Nix files can be imported as modules using an import block:
|
Separate Nix files can be imported as modules using an import block:
|
||||||
#+BEGIN_SRC nix
|
#+BEGIN_SRC nix
|
||||||
imports = [ import1.nix
|
imports = [ ./import1.nix
|
||||||
import2.nix
|
./import2.nix
|
||||||
...
|
...
|
||||||
];
|
];
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
Loading…
Reference in a new issue