Update
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.steam.protontricks.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
dxvk
|
||||
protontricks
|
||||
protonplus
|
||||
steam-run
|
||||
umu-launcher
|
||||
vkd3d-proton
|
||||
wineWowPackages.stable
|
||||
winetricks
|
||||
];
|
||||
|
||||
environment.sessionVariables = {
|
||||
STEAM_EXTRA_COMPAT_TOOLS_PATHS = "$HOME/.steam/root/compatibilitytools.d";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user