sway: enable xwayland
This commit is contained in:
parent
6221be63bf
commit
7d04b52f0b
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue