From 306b12b1e11bea39bf7d1491e71d65bd483d452a Mon Sep 17 00:00:00 2001 From: NullBite Date: Thu, 29 Feb 2024 09:56:45 -0500 Subject: [PATCH] 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). --- home/package-sets/communication.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/package-sets/communication.nix b/home/package-sets/communication.nix index 7fb438b..dcb5475 100644 --- a/home/package-sets/communication.nix +++ b/home/package-sets/communication.nix @@ -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