diff --git a/README.md b/README.md index 19308f1..ff4ab88 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ Needs a `git.nix` file. Example below: userEmail = "32917998+jsl12@users.noreply.github.com"; }; } -``` \ No newline at end of file +``` diff --git a/ad-nix.code-workspace b/ad-nix.code-workspace index 6378d7e..9f92932 100644 --- a/ad-nix.code-workspace +++ b/ad-nix.code-workspace @@ -1,14 +1,17 @@ { "folders": [ - { - "path": "/srv/appdaemon/ad-nix" - }, { "path": "/usr/src/app" }, { "path": "/conf" - } + }, + { + "path": "/srv/appdaemon/snippets" + }, + { + "path": "/srv/appdaemon/ad-nix" + }, ], "settings": { "python.defaultInterpreterPath": "/usr/src/app/.venv/bin/python3"