adding better steam support
This commit is contained in:
		
							parent
							
								
									17d8868272
								
							
						
					
					
						commit
						7d026a73c4
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -3,12 +3,16 @@
 | 
			
		|||
with lib;
 | 
			
		||||
{
 | 
			
		||||
  programs.steam.enable = true;
 | 
			
		||||
  hardware.opengl = {
 | 
			
		||||
    driSupport = true;
 | 
			
		||||
    driSupport32Bit = true;
 | 
			
		||||
  };
 | 
			
		||||
  environment.systemPackages = with pkgs; [
 | 
			
		||||
    airshipper
 | 
			
		||||
    lutris
 | 
			
		||||
    heroic
 | 
			
		||||
    protonup-qt
 | 
			
		||||
    wineWayland
 | 
			
		||||
    winePackages.waylandFull
 | 
			
		||||
    winetricks
 | 
			
		||||
    gamescope
 | 
			
		||||
    cemu
 | 
			
		||||
| 
						 | 
				
			
			@ -16,5 +20,6 @@ with lib;
 | 
			
		|||
    mangohud
 | 
			
		||||
    dwarfs
 | 
			
		||||
    fuse-overlayfs
 | 
			
		||||
    steam-run
 | 
			
		||||
  ];
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue