nix-config/modules/home-manager/syncthing.nix
2024-03-31 17:43:54 -05:00

9 lines
76 B
Nix

{
config,
pkgs,
lib,
...
}: {
services.syncthing.enable = true;
}