feat(syncthing): Install Syncthing

This commit is contained in:
punkfairie 2024-10-27 19:36:13 -07:00
parent b7bcc9a4bf
commit a5525a4c72
2 changed files with 8 additions and 0 deletions

View file

@ -30,6 +30,7 @@
./curl
./gh
./hyfetch
./syncthing
./wget
./xdg
./zathura

View file

@ -0,0 +1,7 @@
{...}: {
services.syncthing = {
enable = true;
tray.enable = true;
};
}