mirror of
				https://github.com/materusPL/nixos-config
				synced 2025-11-03 22:10:28 +01:00 
			
		
		
		
	configurations: disable default gamescope setcap for steam
This commit is contained in:
		
							parent
							
								
									a3b69adbdd
								
							
						
					
					
						commit
						711b0a7860
					
				@ -93,7 +93,7 @@ in
 | 
			
		||||
 | 
			
		||||
  config = lib.mkIf cfg.enable {
 | 
			
		||||
    programs.gamescope.enable = lib.mkDefault true;
 | 
			
		||||
    programs.gamescope.capSysNice = lib.mkDefault true;
 | 
			
		||||
    programs.gamescope.capSysNice = lib.mkDefault false;
 | 
			
		||||
    hardware.steam-hardware.enable = lib.mkDefault true;
 | 
			
		||||
    materus.profile.steam.extraEnv = {
 | 
			
		||||
      XDG_DATA_DIRS = "/usr/share:\${XDG_DATA_DIRS}";
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user