From e7734d0a5d543487efc1f1123dcb527c29b801ec Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Wed, 18 Oct 2023 17:48:00 +0200 Subject: [PATCH] signal-desktop on Wayland --- modules/signal-desktop.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/signal-desktop.nix b/modules/signal-desktop.nix index cfdf5c0..fef89e9 100644 --- a/modules/signal-desktop.nix +++ b/modules/signal-desktop.nix @@ -18,7 +18,9 @@ # ]; # }; - # TODO: Signal on Wayland without crash + # TODO: lib.mkIf (config.services.xserver.displayManager.gdm.wayland) + + # TODO: Signal on Wayland without crash. # Signal does also use the NIXOS_OZONE_WL variable to enable Wayland support. # However, it does currently crash in this mode. # See