Add files via upload
This commit is contained in:
committed by
GitHub
parent
1219494d13
commit
3c5d19c060
@@ -0,0 +1,21 @@
|
||||
{ config, lib, inputs, pkgs, ... }: {
|
||||
|
||||
## Config da steam
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
dedicatedServer.openFirewall = true;
|
||||
localNetworkGameTransfers.openFirewall = true;
|
||||
};
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: lib.elem (lib.getName pkg) [
|
||||
"steam"
|
||||
"steam-original"
|
||||
"steam-unwrapped"
|
||||
"steam-run"
|
||||
];
|
||||
|
||||
|
||||
## patch jogos
|
||||
programs.gamescope.enable = true;
|
||||
programs.gamemode.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user