From cb443b728b59791d8e7a8f31e195f33e2487e551 Mon Sep 17 00:00:00 2001
From: Myned <dev@bjork.tech>
Date: Mon, 17 Mar 2025 22:40:10 -0500
Subject: [PATCH] stylix: disable swaync target

---
 options/custom/services/swaync/default.nix | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/options/custom/services/swaync/default.nix b/options/custom/services/swaync/default.nix
index 62eb251..e5a08db 100644
--- a/options/custom/services/swaync/default.nix
+++ b/options/custom/services/swaync/default.nix
@@ -63,5 +63,8 @@ in {
         ];
       };
     };
+
+    # https://stylix.danth.me/options/modules/swaync.html
+    stylix.targets.swaync.enable = false;
   };
 }