fix vesktop

This commit is contained in:
jacekpoz 2024-01-31 19:00:49 +01:00
parent cc58caa64e
commit 69cca1b212
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -17,9 +17,9 @@ in {
(vesktop.overrideAttrs (old: {
patches = (old.patches or []) ++ [ ./readonlyFix.patch ];
# thanks aleph :3
# https://github.com/RadovanSk/Faery/blob/main/Home/Programs/Vesktop/vesktop.nix#L14-L17
# https://github.com/RadovanSk/Faery/blob/main/Home/Programs/Vesktop/vesktop.nix#L13
postFixup = ''
wrapProgram $out/bin/vencorddesktop \
wrapProgram $out/bin/vesktop \
--add-flags "--ozone-platform=wayland \
--enable-zero-copy \
--use-gl=angle \