fix: use correct vscode no sandbox flag

This commit is contained in:
2026-03-10 15:27:52 +01:00
parent 6771cd7c02
commit 506291783f

View File

@@ -2,6 +2,6 @@
{ {
config = { config = {
home.packages = [ (config.nixgl.wrap (config.wrapApp pkgs.vscode "--disable-gpu-sandbox")) ]; home.packages = [ (config.nixgl.wrap (config.wrapApp pkgs.vscode "--no-sandbox")) ];
}; };
} }