nix-configurations/home/features/services/syncthing.nix

5 lines
118 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [ syncthingtray-minimal ];
services.syncthing = { enable = true; };
}