Allows for the database path for mu to be configured. Useful for keeping the maildir and mu xapian cache together without having to modify XDG_CACHE_HOME. Add test to check for custom home setting. Fixes #5534
4 lines
114 B
Nix
4 lines
114 B
Nix
{
|
|
mu-basic-configuration = ./basic-configuration.nix;
|
|
mu-custom-configuration = ./custom-configuration.nix;
|
|
}
|