7 lines
		
	
	
	
		
			136 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			136 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| { pkgs, ... }: {
 | |
|   programs.steam = {
 | |
|     enable = true;
 | |
|     remotePlay.openFirewall = true;
 | |
|     gamescopeSession.enable = true;
 | |
|   };
 | |
| }
 |