From 6cd711920b6d247901aea8a24a02af9c124036c2 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.dev>
Date: Wed, 8 Jan 2025 00:22:55 +0000
Subject: [PATCH] t490: re-enable syncthing

---
 nix/home/opdavies/hosts/t490.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nix/home/opdavies/hosts/t490.nix b/nix/home/opdavies/hosts/t490.nix
index c2530234..1a472922 100644
--- a/nix/home/opdavies/hosts/t490.nix
+++ b/nix/home/opdavies/hosts/t490.nix
@@ -4,6 +4,7 @@
   features = {
     cli = {
       direnv.enable = true;
+      syncthing.enable = true;
       tmux-sessionizer.enable = true;
     };