Add contextmenu plugin to roundcube
All checks were successful
Check flake / build-amd64-linux (push) Successful in 2m36s

This commit is contained in:
Jordan Holt 2024-06-15 22:10:56 +01:00
parent baac9ac61f
commit cc7bdab4bd
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -31,6 +31,7 @@ in {
$config['smtp_user'] = "%u";
$config['smtp_pass'] = "%p";
'';
plugins = [ "contextmenu" ];
};
services.nginx.enable = true;