Initial import
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs = {
|
||||
appimage = {
|
||||
enable = true;
|
||||
binfmt = true;
|
||||
};
|
||||
gamemode.enable = true;
|
||||
gamescope.enable = true;
|
||||
steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
dedicatedServer.openFirewall = true;
|
||||
localNetworkGameTransfers.openFirewall = true;
|
||||
gamescopeSession.enable = true;
|
||||
protontricks.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
gamemode
|
||||
goverlay
|
||||
heroic
|
||||
lact
|
||||
lutris
|
||||
mangohud
|
||||
protontricks
|
||||
steam-run
|
||||
wineWowPackages.stable
|
||||
winetricks
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user