activation du plugin html sur claws-mail

This commit is contained in:
Yves Dubromelle
2016-05-04 16:21:14 +02:00
parent 1a4277af74
commit 669be98608

View File

@@ -118,6 +118,10 @@
zim
];
nixpkgs.config.packageOverrides = pkgs: {
clawsMail = pkgs.clawsMail.override { enablePluginFancy = true; };
};
# Enable the X11 windowing system.
services.xserver = {
enable = true;