1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 04:23:34 +02:00
home-manager/tests/modules/services/lieer/default.nix
David Terry 1eb2dcf3a9
lieer: add path to notmuch config
This fetches the notmuch configuration path from the `NOTMUCH_CONFIG`
session variable, if it is set. Specifically, this makes the lieer
service find the configuration generated by the notmuch module.
2021-04-07 21:25:27 +02:00

5 lines
128 B
Nix

{
lieer-account-with-notmuch = ./account-with-notmuch.nix;
lieer-account-without-notmuch = ./account-without-notmuch.nix;
}