nixos-config/programs/desktop/syncthing/default.nix

8 lines
157 B
Nix

{ ... }:
{
services.syncthing = {
enable = true;
tray.enable = true;
};
home.persistence.default.directories = [ ".local/state/syncthing" ];
}