From 984e4b4564eb3f50235cc313a012bb3df369c524 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Tue, 18 Feb 2025 10:14:39 -0500 Subject: [PATCH] Added Sway GTK Compat --- src/user/modules/gui/wm/sway/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/user/modules/gui/wm/sway/default.nix b/src/user/modules/gui/wm/sway/default.nix index 54b19a6..a433495 100644 --- a/src/user/modules/gui/wm/sway/default.nix +++ b/src/user/modules/gui/wm/sway/default.nix @@ -23,10 +23,11 @@ in wayland.windowManager.sway = { enable = true; xwayland = true; - #wrapperFeatures.gtk = true; + wrapperFeatures.gtk = true; extraSessionCommands = '' export _JAVA_AWT_WM_NONREPARENTING=1 + export GTK_THEME=Adwaita-Dark ''; config = {