sway: enable xwayland

This commit is contained in:
Kevin Baensch 2024-11-20 15:28:30 +01:00
parent 6221be63bf
commit 7d04b52f0b
Signed by: derped
GPG key ID: C0F1D326C7626543

View file

@ -8,8 +8,10 @@ with lib;
mkIf (elem "desktop::sway" config.machine.services) {
programs.sway = {
enable = true;
package = pkgs.sway.override {
enableXWayland = true;
};
extraPackages = with pkgs; [
xwayland
file
i3status
dmenu