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:
parent
c7c8844f33
commit
306b12b1e1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user