diff --git a/modules/services/syncthing/hm.nix b/modules/services/syncthing/hm.nix index c5f6f74d..2aecfacc 100644 --- a/modules/services/syncthing/hm.nix +++ b/modules/services/syncthing/hm.nix @@ -27,5 +27,8 @@ in systemd.user.services.syncthing = { Unit.After = [ "paths.target" ]; }; + home.packages = with pkgs; [ + stc-cli + ]; }; }