codium-wayland: exec codium

This commit is contained in:
Alexander Bantyev 2022-06-02 00:20:48 +04:00
parent 283c514c7a
commit 32dbb0849e
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -5,6 +5,7 @@ let
paths = [
(pkgs.writeShellScriptBin "codium-wayland" ''
NIX_OZONE_WL=1 \
exec \
${config.home-manager.users.balsoft.programs.vscode.package}/bin/codium \
--enable-features=UseOzonePlatform \
--ozone-platform=wayland \