Remove more bloat from Gnome
This commit is contained in:
		
							parent
							
								
									291e684bd3
								
							
						
					
					
						commit
						91cbaf9675
					
				
					 1 changed files with 32 additions and 14 deletions
				
			
		|  | @ -8,14 +8,32 @@ | ||||||
|     displayManager.gdm.enable = true; |     displayManager.gdm.enable = true; | ||||||
|     desktopManager.gnome.enable = true; |     desktopManager.gnome.enable = true; | ||||||
| 
 | 
 | ||||||
|  |     excludePackages = with pkgs; [ | ||||||
|  |       xterm | ||||||
|  |     ]; | ||||||
|   }; |   }; | ||||||
| 
 | 
 | ||||||
|  |   environment.systemPackages = with pkgs; [ | ||||||
|  |     gnomeExtensions.launch-new-instance | ||||||
|  |   ]; | ||||||
|  | 
 | ||||||
|   environment.gnome.excludePackages = (with pkgs; [ |   environment.gnome.excludePackages = (with pkgs; [ | ||||||
|  |     epiphany # Web browser | ||||||
|  |     gnome-console | ||||||
|     gnome-photos |     gnome-photos | ||||||
|  |     gnome-text-editor | ||||||
|     gnome-tour |     gnome-tour | ||||||
|         xterm |  | ||||||
|   ]) ++ (with pkgs.gnome; [ |   ]) ++ (with pkgs.gnome; [ | ||||||
|  |     geary # Mail client | ||||||
|     gedit |     gedit | ||||||
|         gnome-terminal |     gnome-calendar | ||||||
|  |     gnome-clocks | ||||||
|  |     gnome-contacts | ||||||
|  |     gnome-maps | ||||||
|  |     gnome-music | ||||||
|  |     gnome-weather | ||||||
|  |     simple-scan | ||||||
|  |     totem # Movie player | ||||||
|  |     yelp # Help viewer | ||||||
|   ]); |   ]); | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue