8 lines
		
	
	
	
		
			154 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			154 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| { ... }: {
 | |
|   programs.thunderbird.enable = true;
 | |
|   
 | |
|   programs.thunderbird.profiles.lauren = {
 | |
|     isDefault = true;
 | |
|     withExternalGnupg = true;
 | |
|   };
 | |
| }
 |