forked from poz/niksos
fix vesktop
This commit is contained in:
parent
cc58caa64e
commit
69cca1b212
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue