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
|
||||
libsForQt5.qtgraphicaleffects
|
||||
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
|
||||
netflix
|
||||
networkmanagerapplet
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue