diff --git a/services/desktop/sway.nix b/services/desktop/sway.nix index c349d26..57dd985 100644 --- a/services/desktop/sway.nix +++ b/services/desktop/sway.nix @@ -23,6 +23,10 @@ with lib; wl-clipboard wf-recorder ]; + wrapperFeatures = { + base = true; + gtk = true; + }; extraSessionCommands = '' export GDK_BACKEND=wayland export CLUTTER_BACKEND=wayland