nixos/home/accounts/service.nix

7 lines
78 B
Nix
Raw Normal View History

{ ... }:
{
imports = [ ./default.nix ];
services.mbsync.enable = true;
}