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

6 lines
63 B
Nix
Raw Normal View History

2023-02-05 13:36:38 +00:00
{ pkgs, ... }:
{
services.syncthing = { enable = true; };
}