feat(syncthing): Install Syncthing

This commit is contained in:
punkfairie 2024-10-27 19:36:13 -07:00
parent a2970b16b4
commit 0eec7622ab
Signed by: punkfairie
GPG key ID: 01823C057725C266
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;
};
}