forked from jan-leila/nix-config
		
	cleaned up excluded packages
This commit is contained in:
		
							parent
							
								
									669132d67f
								
							
						
					
					
						commit
						eb738c1477
					
				
					 2 changed files with 27 additions and 18 deletions
				
			
		|  | @ -27,7 +27,25 @@ | |||
| 
 | ||||
|           # Get rid of xTerm | ||||
|           desktopManager.xterm.enable = false; | ||||
|           excludePackages = [pkgs.xterm]; | ||||
|           excludePackages = with pkgs; [ | ||||
|             xterm | ||||
|             transmission_4-qt | ||||
|             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 | ||||
|           ]; | ||||
|         }; | ||||
| 
 | ||||
|         pipewire = { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue