nix-config/home/features/desktop/syncthing.nix

5 lines
112 B
Nix

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