| 
									
										
										
										
											2017-03-03 07:27:41 -06:00
										 |  |  | # This module defines a NixOS configuration with the Plasma 5 desktop. | 
					
						
							|  |  |  | # It's used by the graphical installation CD. | 
					
						
							| 
									
										
										
										
											2011-11-08 16:17:37 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-07-20 20:56:59 +00:00
										 |  |  | { pkgs, ... }: | 
					
						
							| 
									
										
										
										
											2010-09-25 09:32:57 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |   services.xserver = { | 
					
						
							|  |  |  |     enable = true; | 
					
						
							| 
									
										
										
										
											2017-02-09 21:25:03 -05:00
										 |  |  |     displayManager.sddm.enable = true; | 
					
						
							| 
									
										
										
										
											2017-03-03 07:27:41 -06:00
										 |  |  |     desktopManager.plasma5.enable = true; | 
					
						
							| 
									
										
										
										
											2017-08-30 20:25:11 -04:00
										 |  |  |     libinput.enable = true; # for touchpad support on many laptops | 
					
						
							| 
									
										
										
										
											2010-09-25 09:32:57 +00:00
										 |  |  |   }; | 
					
						
							| 
									
										
										
										
											2011-11-08 19:18:34 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  |   environment.systemPackages = [ pkgs.glxinfo ]; | 
					
						
							| 
									
										
										
										
											2010-09-25 09:32:57 +00:00
										 |  |  | } |