nixos-config/modules/home-manager/syncthing.nix

7 lines
No EOL
116 B
Nix

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