switch element-desktop-wayland to element-desktop

element-desktop-wayland is just a wrapper for element-desktop that sets
NIXOS_OZONE_WL=1 which I can do myself dependent on my environment and
whether or not Electron Ozone Platform is functional on my system
(looking at you, NVIDIA).
This commit is contained in:
NullBite 2024-02-29 09:56:45 -05:00
parent c7c8844f33
commit 306b12b1e1
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -12,7 +12,7 @@ in
};
config = lib.mkIf cfg.enable {
home.packages = with pkgs; lib.optionals config.nixfiles.meta.graphical [
( if config.nixfiles.meta.wayland then element-desktop-wayland else element-desktop )
element-desktop
telegram-desktop
signal-desktop
thunderbird