From cb92db7ad8d50085d8562aff13817351b4763c52 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Thu, 16 Apr 2026 19:51:43 +0100 Subject: [PATCH] Revert VSCodium title bar CSS override Wayland/Mutter forces server-side decorations when the custom title bar is collapsed, which looked worse than the slim custom bar. Reverting to stock VSCodium with compact menu + no command center handled in user settings. Co-Authored-By: Claude Opus 4.6 --- hosts/FredOS-Gaming.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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;