diff --git a/docs/examples/README.md b/docs/examples/README.md new file mode 100644 index 000000000..e9ef31fc7 --- /dev/null +++ b/docs/examples/README.md @@ -0,0 +1,26 @@ +# Configuration Examples + +These are examples of `.nixd.json` of some scenarios. + +**Note: .nixd.json must be the working directory of nixd process.** + +i.e. + +For vim users: + +do not: + +``` +vi nixd/docs/examples/options/nixos/module.nix +``` + +instead: + +``` +cd nixd/docs/examples/options/nixos +vi module.nix +``` + +For vscode users: please open each folder as your "workspace". + +