nixos-config/modules/home-manager/syncthing.nix
2023-08-02 06:01:26 -04:00

7 lines
No EOL
117 B
Nix

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