marleyos/home/syncthing/default.nix

7 lines
85 B
Nix

{...}: {
services.syncthing = {
enable = true;
tray.enable = true;
};
}