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";