diff --git a/hosts/FredOS-Gaming.nix b/hosts/FredOS-Gaming.nix index 54171ad..d48f70f 100644 --- a/hosts/FredOS-Gaming.nix +++ b/hosts/FredOS-Gaming.nix @@ -21,7 +21,15 @@ adwsteamgtk proton-vpn onlyoffice-desktopeditors - vscodium + (vscodium.overrideAttrs (old: { + postFixup = (old.postFixup or "") + '' + workbenchHtml="$out/lib/vscode/resources/app/out/vs/code/electron-browser/workbench/workbench.html" + if [ -f "$workbenchHtml" ]; then + substituteInPlace "$workbenchHtml" \ + --replace-fail '' '' + fi + ''; + })) ]; programs.nix-ld.enable = true;