aboutsummaryrefslogtreecommitdiff
path: root/modules/misc/news.nix
diff options
context:
space:
mode:
authorTad Fisher <tadfisher@gmail.com>2020-02-20 23:19:30 -0800
committerRobert Helgesson <robert@rycee.net>2020-03-07 15:13:15 +0100
commit60a939bd01dc66d1cbdc85a3f6dc78e4ca092537 (patch)
tree92cd0a59b63113dde5f49ba1a2ec11e26eef366d /modules/misc/news.nix
parent0056a5aea1a7b68bdacb7b829c325a1d4a3c4259 (diff)
programs.lieer: add module
Add 'programs.lieer', a tool for synchronizing a Gmail account with a local maildir and notmuch database. Per-account configuration lives in 'accounts.email.accounts.<name>.lieer'.
Diffstat (limited to 'modules/misc/news.nix')
-rw-r--r--modules/misc/news.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/misc/news.nix b/modules/misc/news.nix
index 5e8db651f8a..048f9cbe558 100644
--- a/modules/misc/news.nix
+++ b/modules/misc/news.nix
@@ -1366,6 +1366,13 @@ in
https://rycee.gitlab.io/home-manager/#sec-install-nixos-module
'';
}
+
+ {
+ time = "2020-03-07T14:12:50+00:00";
+ message = ''
+ A new module is available: 'programs.lieer'.
+ '';
+ }
];
};
}