Reapply "system.gui: remove firefox workaround"

This reverts commit 1360a3e9fa.
This commit is contained in:
陈浩南 2024-06-12 11:15:17 +08:00
parent 1360a3e9fa
commit 5f4a79788d

View File

@ -22,8 +22,6 @@ inputs:
{
"GTK_USE_PORTAL" = "1";
"NIXOS_OZONE_WL" = inputs.lib.mkIf gui.preferred "1";
# work around firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1898476
"MOZ_ENABLE_WAYLAND" = "0";
};
plasma6.excludePackages = inputs.lib.mkIf (!gui.preferred) [ inputs.pkgs.kdePackages.plasma-nm ];
persistence = let inherit (inputs.config.nixos.system) impermanence; in inputs.lib.mkIf impermanence.enable