nixos-config/programs/syncthing/default.nix
Charlotte Van Petegem 4256a94080 Initial commit
2020-02-10 17:27:13 +01:00

7 lines
107 B
Nix

{ ... }:
{
home-manager.users.charlotte = { pkgs, ... }: {
services.syncthing.enable = true;
};
}