mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
resolve todo
This commit is contained in:
parent
d125441583
commit
72c1d06c14
@ -18,16 +18,10 @@
|
|||||||
#
|
#
|
||||||
# Workaround: Use Flatpak version ...
|
# 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 = {
|
users.users.yoda = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
# Matrix chat client.
|
# Matrix chat client.
|
||||||
(
|
unstable.element-desktop
|
||||||
if (config.services.xserver.displayManager.gdm.wayland)
|
|
||||||
then unstable.element-desktop-wayland
|
|
||||||
else unstable.element-desktop
|
|
||||||
)
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user