nix-templates/home/syncthing.nix

9 lines
88 B
Nix
Raw Permalink Normal View History

2025-06-25 01:35:01 -04:00
{
pkgs,
...
}: {
services.syncthing = {
enable = true;
tray = true;
};
}