fix: use correct vscode no sandbox flag

This commit is contained in:
2026-03-10 15:27:52 +01:00
parent 5b19722ab1
commit 14f79f54ec

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")) ];
};
}