feat: Syncthing

This commit is contained in:
Sweetbread 2024-09-26 17:19:47 +03:00
parent 32c13eee1f
commit 85caecc14e
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,7 @@
./sops.nix
./style.nix
./neofetch.nix
./syncthing.nix
./wms/hyprland.nix
./wms/waybar.nix

View File

@ -0,0 +1,3 @@
{
services.syncthing.enable = true;
}