base/nixpkgs: simplify vscodium overlay

This commit is contained in:
Aly Raffauf 2024-06-22 20:20:30 -04:00
parent b4bbe60e51
commit d63cee779f

View file

@ -48,7 +48,7 @@
});
sway = unstable.sway;
swayfx = unstable.swayfx;
vscodium = prev.vscodium.override {commandLineArgs = "--gtk-version=4 --enable-wayland-ime";};
vscodium = prev.vscodium.override {commandLineArgs = "--enable-wayland-ime";};
webcord = prev.webcord.overrideAttrs (old: {
installPhase =
builtins.replaceStrings ["--ozone-platform-hint=auto"]