Re-added some flags to vscodium to fix gnome scaling issues.
This commit is contained in:
@@ -24,10 +24,11 @@ in {
|
|||||||
buildInputs = [pkgs.vscodium pkgs.makeWrapper];
|
buildInputs = [pkgs.vscodium pkgs.makeWrapper];
|
||||||
|
|
||||||
postBuild = ''
|
postBuild = ''
|
||||||
wrapProgram $out/bin/codium \
|
wrapProgram $out/bin/bitwarden \
|
||||||
--add-flags "--enable-features=UseOzonePlatform" \
|
--add-flags "--enable-features=UseOzonePlatform" \
|
||||||
--add-flags "--enable-features=WaylandWindowDecorations" \
|
--add-flags "--enable-features=WaylandWindowDecorations" \
|
||||||
--add-flags "--ozone-platform=wayland"
|
--add-flags "--ozone-platform=wayland" \
|
||||||
|
--add-flags "--disable-features=WaylandFractionalScaleV1"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
pname = pkgs.vscodium.pname;
|
pname = pkgs.vscodium.pname;
|
||||||
|
|||||||
Reference in New Issue
Block a user