From db0ce4686acea2e1d2a3f4584133708d9ec8446e Mon Sep 17 00:00:00 2001
From: 514fpv <koishi@514fpv.one>
Date: Thu, 4 Jan 2024 14:21:47 +0800
Subject: [PATCH] fix(sway): enable wrapper features

---
 home/sway/home.nix | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/home/sway/home.nix b/home/sway/home.nix
index 2426d972..bd05fbf6 100644
--- a/home/sway/home.nix
+++ b/home/sway/home.nix
@@ -4,6 +4,10 @@
 , ... }: with lib; mkIf config.passthrough.gui {
   wayland.windowManager.sway = {
     enable = true;
+
+    wrapperFeatures.base = true;
+    wrapperFeatures.gtk = true;
+
     swaynag.enable = true;
     config = {
       modifier = "Mod4";