mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-10 18:57:22 +00:00
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;
|
|
}
|