nixos/home/accounts/default.nix

6 lines
72 B
Nix

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