making kaladin more dedicated to gaming
This commit is contained in:
		
							parent
							
								
									790b30d1c3
								
							
						
					
					
						commit
						72f09da8b3
					
				
					 3 changed files with 21 additions and 9 deletions
				
			
		
							
								
								
									
										19
									
								
								modules/gaming.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								modules/gaming.nix
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,19 @@
 | 
			
		|||
{ pkgs, lib, config, ... }:
 | 
			
		||||
 | 
			
		||||
with lib;
 | 
			
		||||
{
 | 
			
		||||
  programs.steam.enable = true;
 | 
			
		||||
  environment.systemPackages = with pkgs; [
 | 
			
		||||
    airshipper
 | 
			
		||||
    lutris
 | 
			
		||||
    protonup-qt
 | 
			
		||||
    wineWayland
 | 
			
		||||
    winetricks
 | 
			
		||||
    gamescope
 | 
			
		||||
    cemu
 | 
			
		||||
    yuzu
 | 
			
		||||
    mangohud
 | 
			
		||||
    dwarfs
 | 
			
		||||
    fuse-overlayfs
 | 
			
		||||
  ];
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -33,6 +33,7 @@ with lib;
 | 
			
		|||
    sbcl
 | 
			
		||||
    openjdk
 | 
			
		||||
    qmk
 | 
			
		||||
    aria2c
 | 
			
		||||
    # pantalaimon
 | 
			
		||||
    plasma5Packages.kwallet
 | 
			
		||||
    sierra-breeze-enhanced
 | 
			
		||||
| 
						 | 
				
			
			@ -144,15 +145,6 @@ with lib;
 | 
			
		|||
    element-desktop-wayland
 | 
			
		||||
    scrcpy
 | 
			
		||||
    python3
 | 
			
		||||
    airshipper
 | 
			
		||||
    lutris
 | 
			
		||||
    protonup-qt
 | 
			
		||||
    wineWayland
 | 
			
		||||
    winetricks
 | 
			
		||||
    gamescope
 | 
			
		||||
    cemu
 | 
			
		||||
    yuzu
 | 
			
		||||
    mangohud
 | 
			
		||||
    # hyprland
 | 
			
		||||
    # (callPackage ./ydotool {  })
 | 
			
		||||
    # (libsForQt5.callPackage /home/chris/dev/LightlyShaders {}) # LightlyShaders
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -9,6 +9,7 @@
 | 
			
		|||
      ../../modules/emacs.nix
 | 
			
		||||
      ../../modules/desktop.nix
 | 
			
		||||
      ../../modules/base.nix
 | 
			
		||||
      ../../modules/gaming.nix
 | 
			
		||||
    ];
 | 
			
		||||
 | 
			
		||||
  networking.hostName = "kaladin"; # Define your hostname.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue