unstable element-desktop

This commit is contained in:
Daniel Langbein 2024-11-17 21:47:03 +01:00
parent 818144b497
commit 302a8e5078
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -9,8 +9,8 @@
# Matrix chat client. # Matrix chat client.
( (
if (config.services.xserver.displayManager.gdm.wayland) if (config.services.xserver.displayManager.gdm.wayland)
then element-desktop-wayland then unstable.element-desktop-wayland
else element-desktop else unstable.element-desktop
) )
]; ];
}; };