mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
Move all inlined news entries from news.nix into separate files organized by year and month. This makes the news system more maintainable and easier to navigate. - Extract 202 inlined entries to individual files in YYYY/MM directory structure - Update news.nix to only contain the module definition - Use recursive directory traversal to find all news entries
25 lines
732 B
Nix
25 lines
732 B
Nix
{
|
|
time = "2020-04-26T13:32:17+00:00";
|
|
condition = true;
|
|
message = ''
|
|
|
|
A number of new modules are available:
|
|
|
|
- 'accounts.calendar',
|
|
- 'accounts.contact',
|
|
- 'programs.khal',
|
|
- 'programs.vdirsyncer', and
|
|
- 'services.vdirsyncer' (Linux only).
|
|
|
|
The two first modules offer a number of options for
|
|
configuring calendar and contact accounts. This includes,
|
|
for example, information about carddav and caldav servers.
|
|
|
|
The khal and vdirsyncer modules make use of this new account
|
|
infrastructure.
|
|
|
|
Note, these module are still somewhat experimental and their
|
|
structure should not be seen as final, some modifications
|
|
may be necessary as new modules are added.
|
|
'';
|
|
}
|