diff --git a/hosts/FredOS-Gaming.nix b/hosts/FredOS-Gaming.nix index 7c0a78b..54171ad 100644 --- a/hosts/FredOS-Gaming.nix +++ b/hosts/FredOS-Gaming.nix @@ -21,15 +21,7 @@ adwsteamgtk proton-vpn onlyoffice-desktopeditors - (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 - ''; - })) + vscodium ]; programs.nix-ld.enable = true;