switching back to nixpackages for now, try to setup proton ge
This commit is contained in:
		
							parent
							
								
									4a4c55b6e5
								
							
						
					
					
						commit
						5dd9aaa958
					
				
					 5 changed files with 47 additions and 38 deletions
				
			
		|  | @ -16,9 +16,16 @@ in | |||
|   }; | ||||
| 
 | ||||
|   config = mkIf cfg.enable { | ||||
|     programs.steam.enable = true; | ||||
|     programs.steam.remotePlay.openFirewall = true; | ||||
|     programs.steam = { | ||||
|       enable = true; | ||||
|       remotePlay.openFirewall = true; | ||||
|       dedicatedServer.openFirewall = true; | ||||
|       extraCompatPackages = with pkgs; [ proton-ge-bin ]; | ||||
|     }; | ||||
| 
 | ||||
|     environment.systemPackages = with pkgs; [ steam ]; | ||||
|     environment.systemPackages = with pkgs; [ | ||||
|       steam | ||||
|       protontricks | ||||
|     ]; | ||||
|   }; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue