1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 00:18:30 +02:00

astroid: require notmuch synchronize flags

This commit is contained in:
Robert Helgesson 2018-11-25 13:36:19 +01:00
parent c21b69e73e
commit fa3d1f98e0
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -106,6 +106,14 @@ in
};
config = mkIf cfg.enable {
assertions = [
{
assertion = config.programs.notmuch.maildir.synchronizeFlags;
message = "The astroid module requires"
+ " 'programs.notmuch.maildir.synchronizeFlags = true'.";
}
];
home.packages = [ pkgs.astroid ];
xdg.configFile."astroid/config".source =