Now?
This commit is contained in:
		
							parent
							
								
									e2670fe057
								
							
						
					
					
						commit
						0b4e0e3b93
					
				
					 1 changed files with 9 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -9,7 +9,15 @@
 | 
			
		|||
  # https://discourse.nixos.org/t/roundcube-with-plugins/28292/7
 | 
			
		||||
  services.roundcube = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
 | 
			
		||||
    services.roundcube.package = pkgs.roundcube.withPlugins (
 | 
			
		||||
      plugins: [
 | 
			
		||||
        plugins.contextmenu
 | 
			
		||||
        plugins.carddav
 | 
			
		||||
        plugins.custom_from
 | 
			
		||||
        plugins.persistent_login
 | 
			
		||||
        plugins.thunderbird_labels
 | 
			
		||||
      ]
 | 
			
		||||
    );
 | 
			
		||||
    plugins = [
 | 
			
		||||
      "contextmenu"
 | 
			
		||||
      "carddav"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue