steam proton additions + tbb vr fixes
This commit is contained in:
@@ -32,6 +32,18 @@ in
|
|||||||
|
|
||||||
# Run WiVRn as a systemd service on startup
|
# Run WiVRn as a systemd service on startup
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
|
steam = {
|
||||||
|
enable = true;
|
||||||
|
importOXRRuntimes = true;
|
||||||
|
package = pkgs.steam.override {
|
||||||
|
extraProfile = ''
|
||||||
|
# Allows Monado/WiVRn to be used
|
||||||
|
export PRESSURE_VESSEL_IMPORT_OPENXR_1_RUNTIMES=1
|
||||||
|
# Fixes timezones on VRChat
|
||||||
|
unset TZ
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.alvr = {
|
programs.alvr = {
|
||||||
|
|||||||
@@ -1,13 +1,26 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
hardware.steam-hardware.enable = true;
|
||||||
programs.steam = {
|
programs.steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
gamescopeSession.enable = true;
|
gamescopeSession.enable = true;
|
||||||
|
extest.enable = true;
|
||||||
extraCompatPackages = with pkgs; [
|
extraCompatPackages = with pkgs; [
|
||||||
proton-ge-bin
|
proton-ge-bin
|
||||||
|
dwproton-bin
|
||||||
|
steam-play-none
|
||||||
];
|
];
|
||||||
|
dedicatedServer.openFirewall = true;
|
||||||
localNetworkGameTransfers.openFirewall = true;
|
localNetworkGameTransfers.openFirewall = true;
|
||||||
|
package = pkgs.steam.override {
|
||||||
|
extraProfile = ''
|
||||||
|
# Allows Monado/WiVRn to be used
|
||||||
|
export PRESSURE_VESSEL_IMPORT_OPENXR_1_RUNTIMES=1
|
||||||
|
# Fixes timezones on VRChat
|
||||||
|
unset TZ
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
programs.gamemode.enable = true;
|
programs.gamemode.enable = true;
|
||||||
programs.gamescope = {
|
programs.gamescope = {
|
||||||
|
|||||||
Reference in New Issue
Block a user