From bc4e360eb45c3d7a82aadceef8e1639e06cbb7b2 Mon Sep 17 00:00:00 2001 From: Emmet Date: Fri, 1 Dec 2023 16:57:25 -0600 Subject: [PATCH] Correction on main readme --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 42882a8..82c2949 100644 --- a/README.org +++ b/README.org @@ -24,8 +24,8 @@ I wrote some reinstall notes for myself [[./install.org][here (install.org)]]. ** Modules Separate Nix files can be imported as modules using an import block: #+BEGIN_SRC nix -imports = [ import1.nix - import2.nix +imports = [ ./import1.nix + ./import2.nix ... ]; #+END_SRC