diff --git a/legacy/modules/sync.nix b/legacy/modules/sync.nix index 088e080..fc0d465 100644 --- a/legacy/modules/sync.nix +++ b/legacy/modules/sync.nix @@ -1,9 +1,10 @@ { config, pkgs, ... }: { environment.systemPackages = with pkgs; [ + croc + magic-wormhole nextcloud-client syncthing - magic-wormhole vdirsyncer ]; }