Skip to content

Commit

Permalink
fix: seems to solve XWayland issues
Browse files Browse the repository at this point in the history
NixOS/nixpkgs#354210

Signed-off-by: Krzysztof Nazarewski <[email protected]>
  • Loading branch information
nazarewk committed Nov 7, 2024
1 parent ff0a948 commit a6be6dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/desktop/sway/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ in

config = lib.mkIf cfg.enable (lib.mkMerge [
{
environment.systemPackages = [ (lib.meta.hiPrio pkgs.xwayland) ];
# see https://github.com/NixOS/nixpkgs/issues/354210
#environment.systemPackages = [ (lib.meta.hiPrio pkgs.xwayland) ];
programs.sway.extraPackages = [ cfg.bundle ];
}
{
Expand Down

0 comments on commit a6be6dd

Please sign in to comment.