nix-configurations/home/features/desktop/syncthing.nix

6 lines
63 B
Nix

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