nix-config/home/syncthing/default.nix

9 lines
101 B
Nix
Raw Normal View History

2022-05-25 12:08:15 +02:00
{ config, pkgs, ... }:
{
services.syncthing = {
enable = true;
tray.enable = true;
};
}