diff options
-rw-r--r-- | nixos.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos.org b/nixos.org index fdb1072..5c4d40d 100644 --- a/nixos.org +++ b/nixos.org @@ -13,7 +13,7 @@ stuff The nixos config is going to consist of a bunch of "imports" which are just a bunch of configs in the imports part of the main configuration. Then we can put each part of said config on its own source block This does require a bit of a prefix, that lets us access packages, existing configuration and library functions - #+begin_src nix :tangle configuration.nix :noweb yes + #+begin_src nix :tangle configuration.nix :noweb no-export :padline no { config, lib, pkgs, ... }: let sources = import ./nix/sources.nix; |