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

9 lines
76 B
Nix
Raw Normal View History

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