about summary refs log tree commit diff stats
path: root/home-manager/config/mbsync/default.nix
blob: c6851e210b83fffb2b76d9cb86cd99d3a5e7f007 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{...}: {
  # TODO I have no clue if both are needed, but it looks neat, right?
  programs.mbsync = {
    enable = true;
  };
  services.mbsync = {
    enable = true;
  };
}
# vim: ts=2