system/home/modules/mail/default.nix

6 lines
42 B
Nix
Raw Normal View History

2023-06-07 16:56:02 +03:00
{ ... }:
2022-10-12 01:41:32 +03:00
{
2023-06-07 16:56:02 +03:00
imports = [ ./aerc.nix ];
2022-10-12 01:41:32 +03:00
}