1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-24 18:00:58 +01:00

pandoc: add new module

Add a module for pandoc that provides the following:

1. Setting default configuration options.
2. Installing templates.
3. Installing citation styles.
This commit is contained in:
Kirill Elagin 2022-01-01 14:51:06 -05:00 committed by Robert Helgesson
parent e622c5d836
commit c47c350f65
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
14 changed files with 227 additions and 0 deletions

View file

@ -2380,6 +2380,13 @@ in
A new module is available: 'programs.tint2'.
'';
}
{
time = "2022-01-22T17:39:20+00:00";
message = ''
A new module is available: 'programs.pandoc'.
'';
}
];
};
}