dotfiles/home-manager/programs/syncthing.nix

8 lines
82 B
Nix
Raw Normal View History

2024-02-17 02:10:58 +01:00
{ config, pkgs, lib, ... }:
{
services.syncthing = {
enable = true;
};
}