legacy/sync: add croc

This commit is contained in:
Felix Buehler 2023-01-16 22:51:32 +01:00
parent f80f0f2c33
commit e4a1df9962

View file

@ -1,9 +1,10 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
croc
magic-wormhole
nextcloud-client nextcloud-client
syncthing syncthing
magic-wormhole
vdirsyncer vdirsyncer
]; ];
} }