nix-templates/home/syncthing.nix
2025-06-25 02:11:32 -04:00

9 lines
No EOL
88 B
Nix

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