add lutris
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
{ with pkgs, ...}:
|
||||||
|
|
||||||
|
{
|
||||||
|
programs.lutris = {
|
||||||
|
enable = true;
|
||||||
|
winePackages = [ pkgs.wineWow64Packages.waylandFull wineWow64Packages.stagingFull ];
|
||||||
|
protonPackages = [ pkgs.proton-ge-bin ];
|
||||||
|
steamPackage = pkgs.steam.override {
|
||||||
|
extraProfile = ''
|
||||||
|
# Allows Monado/WiVRn to be used
|
||||||
|
export PRESSURE_VESSEL_IMPORT_OPENXR_1_RUNTIMES=1
|
||||||
|
# Fixes timezones on VRChat
|
||||||
|
unset TZ
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user