forked from jan-leila/nix-config
		
	disabled wayland in theory
This commit is contained in:
		
							parent
							
								
									98a1d1da60
								
							
						
					
					
						commit
						616baf3baf
					
				
					 1 changed files with 8 additions and 1 deletions
				
			
		|  | @ -10,7 +10,14 @@ | |||
|   }; | ||||
| 
 | ||||
|   # Load nvidia driver for Xorg and Wayland | ||||
|   services.xserver.videoDrivers = ["nvidia"]; | ||||
|   services = { | ||||
|     xserver = { | ||||
|       # Load nvidia driver for Xorg and Wayland | ||||
|       videoDrivers = ["nvidia"]; | ||||
|     }; | ||||
|     # Use X instead of wayland | ||||
|     displayManager.gdm.wayland = false; | ||||
|   }; | ||||
| 
 | ||||
|   hardware.nvidia = { | ||||
|     # Modesetting is required. | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue