enable steam-run, gamescope
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
3cd1302140
commit
8885cae07e
@ -6,11 +6,17 @@
|
||||
}:
|
||||
|
||||
{
|
||||
programs.steam = {
|
||||
environment.systemPackages = [ pkgs.steam-run ];
|
||||
hardware.steam-hardware.enable = true;
|
||||
programs = {
|
||||
gamescope.enable = true;
|
||||
steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
localNetworkGameTransfers.openFirewall = true;
|
||||
extraCompatPackages = with pkgs; [ proton-ge-bin ];
|
||||
gamescopeSession.enable = true;
|
||||
extest.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user