nixos/home/accounts/service.nix

10 lines
134 B
Nix
Raw Normal View History

{ ... }:
{
imports = [ ./default.nix ];
# services.mbsync = {
# enable = true;
# frequency = "*-*-* *:0/15:00";
# };
}