added syncthing home manager options

This commit is contained in:
specCon18 2023-07-29 03:09:35 -04:00
parent b8907010fe
commit 3826c8ab0f
3 changed files with 12 additions and 4 deletions

View file

@ -0,0 +1,7 @@
{config, lib, pkgs, modulesPath, ... }:
{
services.syncthing = {
enable = true;
tray.enable = true;
};
}