From e4a1df996277b3a080a89c7cc7f883e67acb7aea Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Mon, 16 Jan 2023 22:51:32 +0100 Subject: [PATCH] legacy/sync: add croc --- legacy/modules/sync.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ]; }