resolve todo

This commit is contained in:
Daniel Langbein 2024-11-21 21:19:42 +01:00
parent d125441583
commit 72c1d06c14
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -18,16 +18,10 @@
#
# Workaround: Use Flatpak version ...
# TODO: Application not found in GNOME app list. Maybe .desktop file missing? Maybe that causes the above error?
users.users.yoda = {
packages = with pkgs; [
# Matrix chat client.
(
if (config.services.xserver.displayManager.gdm.wayland)
then unstable.element-desktop-wayland
else unstable.element-desktop
)
unstable.element-desktop
];
};
}