commit | 10dd87b26e2ce0c206e832e1e496a10f87b018b7 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Thu Feb 16 16:21:22 2023 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Feb 26 13:09:40 2023 +0000 |
tree | d9d786c21a8736787870f92dd711b1c49c0c7e78 | |
parent | abc575892dcb77a2a498f02876c5d247b881fcd3 [diff] |
Disable vscode workspace trust (especially at it does not persist)
diff --git a/modules/vscode.nix b/modules/vscode.nix index 2c25604..f839c9f 100644 --- a/modules/vscode.nix +++ b/modules/vscode.nix
@@ -27,6 +27,7 @@ "asvetliakov.vscode-neovim" = 1; }; "vscode-neovim.neovimExecutablePaths.linux" = "${home.programs.neovim.finalPackage}/bin/nvim"; + "security.workspace.trust.enabled" = false; }; }; config.internal.allowUnfree = [