mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 07:29:23 +08:00
system.gui: remove firefox workaround
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user