system.gui: remove firefox workaround

This commit is contained in:
2024-06-09 13:44:36 +08:00
parent 98eb945684
commit 115a7f7753

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