init
This commit is contained in:
30
custom/games.nix
Executable file
30
custom/games.nix
Executable file
@@ -0,0 +1,30 @@
|
||||
{ config, pkgs, ...}:
|
||||
{
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
#gamescope_git
|
||||
#mesa_git
|
||||
obs-studio
|
||||
protonup-ng
|
||||
prismlauncher
|
||||
steam
|
||||
heroic
|
||||
mangohud
|
||||
];
|
||||
|
||||
sessionVariables = {
|
||||
STEAM_EXTRA_COMPAT_TOOLS_PATHS = "\${HOME}/.steam/root/compatibilitytools.d";
|
||||
};
|
||||
};
|
||||
|
||||
#chaotic.mesa-git.enable = true;
|
||||
programs = {
|
||||
steam.gamescopeSession.enable = true;
|
||||
gamemode.enable = true;
|
||||
steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
localNetworkGameTransfers.openFirewall = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user