fix: use correct vscode no sandbox flag

This commit is contained in:
2026-03-11 21:25:32 +01:00
parent 5b19722ab1
commit 14f79f54ec
+1 -1
View File
@@ -2,6 +2,6 @@
{
config = {
home.packages = [ (config.nixgl.wrap (config.wrapApp pkgs.vscode "--disable-gpu-sandbox")) ];
home.packages = [ (config.nixgl.wrap (config.wrapApp pkgs.vscode "--no-sandbox")) ];
};
}