diff --git a/.vscode/settings.json b/.vscode/settings.json index 8f66c9e..8de3aa3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -182,6 +182,7 @@ "PRIVOXY", "prowlarr", "proxychains", + "psycopg", "PUID", "pulseaudio", "punycode", diff --git a/systems/jeeves-jr/home_assistant.nix b/systems/jeeves-jr/home_assistant.nix index bc9e390..5733653 100644 --- a/systems/jeeves-jr/home_assistant.nix +++ b/systems/jeeves-jr/home_assistant.nix @@ -12,5 +12,6 @@ latitude = 74.03; }; }; + extraPackages = python3Packages: with python3Packages; [ psycopg2 ]; }; }