nixos/extra/sync.nix

10 lines
145 B
Nix
Raw Normal View History

2020-11-16 21:14:46 +01:00
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
nextcloud-client
2021-06-02 10:37:28 +02:00
syncthing
2020-11-16 21:14:46 +01:00
magic-wormhole
vdirsyncer
];
}