nixos/home/accounts/default.nix
Evie Litherland-Smith 2579ddbaa9 Move accounts file into separate directory
Started accounts/email.nix to prep separation for adding calendar and
contact expressions

Move maildir back to ~/.mail to be consistent with ~/.calendar and ~/.contact
2023-09-25 13:42:13 +01:00

6 lines
43 B
Nix

{ ... }:
{
imports = [ ./email.nix ];
}