dotfiles/home-manager/programs/syncthing.nix

7 lines
82 B
Nix

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