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 = {