2024-02-27 13:55:59 -07:00

7 lines
98 B
Nix

{ ... }: {
services.syncthing = {
enable = true;
};
xsession.initExtra = "syncthing";
}