feat: add env vars to moonlight
This commit is contained in:
parent
43cb3eeb5a
commit
415744cfa8
1 changed files with 10 additions and 1 deletions
|
|
@ -55,7 +55,16 @@ in
|
||||||
libreoffice
|
libreoffice
|
||||||
libsForQt5.qtgraphicaleffects
|
libsForQt5.qtgraphicaleffects
|
||||||
mako
|
mako
|
||||||
moonlight-qt
|
(pkgs.symlinkJoin {
|
||||||
|
name = "moonlight-qt-wrapped";
|
||||||
|
paths = [ pkgs.moonlight-qt ];
|
||||||
|
buildInputs = [ pkgs.makeWrapper ];
|
||||||
|
postBuild = ''
|
||||||
|
wrapProgram $out/bin/moonlight \
|
||||||
|
--set SDL_VIDEODRIVER x11 \
|
||||||
|
--set QT_QPA_PLATFORM xcb
|
||||||
|
'';
|
||||||
|
})
|
||||||
nautilus
|
nautilus
|
||||||
netflix
|
netflix
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue