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

5 lines
112 B
Nix
Raw Normal View History

2024-05-15 09:25:27 +00:00
{pkgs, ...}: {
services.syncthing = {enable = true;};
home.packages = with pkgs; [syncthingtray-minimal];
}