Add postgres local database

This commit is contained in:
thiloho
2023-08-21 12:06:29 +02:00
parent 1b67bc0656
commit 414373b98c
2 changed files with 13 additions and 2 deletions

View File

@@ -50,9 +50,10 @@
jnoortheen.nix-ide
ritwickdey.liveserver
astro-build.astro-vscode
dbaeumer.vscode-eslint
];
userSettings = {
"editor.tabSize" = 2;
"editor.tabSize" = 4;
"nix.enableLanguageServer" = true;
"nix.serverPath" = "nil";
};