forked from jan-leila/nix-config
		
	fixed environment.gnome.excludePackages
This commit is contained in:
		
							parent
							
								
									394355b2fb
								
							
						
					
					
						commit
						317ca75119
					
				
					 1 changed files with 19 additions and 20 deletions
				
			
		|  | @ -11,6 +11,25 @@ | |||
|       host.desktop.enable = lib.mkDefault true; | ||||
|     } | ||||
|     (lib.mkIf config.host.desktop.enable { | ||||
|       environment.gnome.excludePackages = with pkgs; [ | ||||
|         xterm # default terminal | ||||
|         atomix # puzzle game | ||||
|         cheese # webcam tool | ||||
|         epiphany # web browser | ||||
|         geary # email reader | ||||
|         gedit # text editor | ||||
|         gnome-characters | ||||
|         gnome-music | ||||
|         gnome-photos | ||||
|         gnome-tour | ||||
|         gnome-logs | ||||
|         gnome-maps | ||||
|         hitori # sudoku game | ||||
|         iagno # go game | ||||
|         tali # poker game | ||||
|         yelp # help viewer | ||||
|         gnome-tour # welcome tour | ||||
|       ]; | ||||
|       services = { | ||||
|         # Enable CUPS to print documents. | ||||
|         printing.enable = true; | ||||
|  | @ -21,24 +40,6 @@ | |||
| 
 | ||||
|           # Get rid of xTerm | ||||
|           desktopManager.xterm.enable = false; | ||||
|           excludePackages = with pkgs; [ | ||||
|             xterm | ||||
|             atomix # puzzle game | ||||
|             cheese # webcam tool | ||||
|             epiphany # web browser | ||||
|             geary # email reader | ||||
|             gedit # text editor | ||||
|             gnome-characters | ||||
|             gnome-music | ||||
|             gnome-photos | ||||
|             gnome-tour | ||||
|             gnome-logs | ||||
|             gnome-maps | ||||
|             hitori # sudoku game | ||||
|             iagno # go game | ||||
|             tali # poker game | ||||
|             yelp # help viewer | ||||
|           ]; | ||||
|         }; | ||||
| 
 | ||||
|         # Enable the GNOME Desktop Environment. | ||||
|  | @ -68,8 +69,6 @@ | |||
| 
 | ||||
|       # enable RealtimeKit for pulse audio | ||||
|       security.rtkit.enable = true; | ||||
|       # disable welcome tour | ||||
|       environment.gnome.excludePackages = [pkgs.gnome-tour]; | ||||
|     }) | ||||
|   ]; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue