diff --git a/modules/desktop/programs.nix b/modules/desktop/programs.nix index 44a7a7a..e1e939b 100644 --- a/modules/desktop/programs.nix +++ b/modules/desktop/programs.nix @@ -13,6 +13,7 @@ aspellDicts.en aspellDicts.en-computers aspellDicts.en-science + element-desktop firefox-wayland gimp hunspell @@ -56,6 +57,8 @@ MOZ_ENABLE_WAYLAND = 1; # https://wiki.archlinux.org/title/Sway#Java_applications _JAVA_AWT_WM_NONREPARENTING = 1; + # https://wiki.nixos.org/wiki/Wayland + NIXOS_OZONE_WL = 1; }; }; }