Remove some packages from system configs
This commit is contained in:
		
					parent
					
						
							
								06ee95ebd3
							
						
					
				
			
			
				commit
				
					
						0c2adb11f2
					
				
			
		
					 2 changed files with 0 additions and 4 deletions
				
			
		|  | @ -97,9 +97,7 @@ | |||
|     description = "Frankie B."; | ||||
|     extraGroups = ["networkmanager" "wheel"]; | ||||
|     packages = with pkgs; [ | ||||
|       firefox | ||||
|       kate | ||||
|       #  thunderbird | ||||
|     ]; | ||||
|     initialPassword = "changeme"; | ||||
|     shell = pkgs.zsh; | ||||
|  |  | |||
|  | @ -94,9 +94,7 @@ | |||
|     description = "Frankie B."; | ||||
|     extraGroups = [ "networkmanager" "wheel" ]; | ||||
|     packages = with pkgs; [ | ||||
|       firefox | ||||
|       kate | ||||
|       teams | ||||
|     ]; | ||||
|     initialPassword = "changeme"; | ||||
|     shell = pkgs.zsh; | ||||
|  |  | |||
		Reference in a new issue
	
	 Frankie B
				Frankie B