about summary refs log tree commit diff
path: root/nixos/modules/programs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-09-15 09:33:53 -0400
committerNick Cao <nickcao@nichi.co>2023-09-15 09:49:19 -0400
commit315168eba435211f356ed1d61e9e585f28a33f7c (patch)
treed8011cfb40238d341529b9d793731650c1bb4bc6 /nixos/modules/programs
parent3b1f3712a415f6bf8352f3bb457973daa8bce91d (diff)
nixos/environment: drop MOZ_PLUGIN_PATH
There are currently no references to MOZ_PLUGIN_PATH treewide in gecko[1].
And the support for this environment variable was dropped in 2019[2].

See also: https://bugzilla.mozilla.org/show_bug.cgi?id=1602308

[1] https://github.com/search?q=repo%3Amozilla%2Fgecko-dev+MOZ_PLUGIN_PATH&type=code
[2] https://hg.mozilla.org/mozilla-central/rev/9b4e603eb86a
Diffstat (limited to 'nixos/modules/programs')
-rw-r--r--nixos/modules/programs/environment.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/programs/environment.nix b/nixos/modules/programs/environment.nix
index 3fbda153e0b44..6dad0cc524540 100644
--- a/nixos/modules/programs/environment.nix
+++ b/nixos/modules/programs/environment.nix
@@ -43,7 +43,6 @@ in
         GTK_PATH = [ "/lib/gtk-2.0" "/lib/gtk-3.0" "/lib/gtk-4.0" ];
         XDG_CONFIG_DIRS = [ "/etc/xdg" ];
         XDG_DATA_DIRS = [ "/share" ];
-        MOZ_PLUGIN_PATH = [ "/lib/mozilla/plugins" ];
         LIBEXEC_PATH = [ "/lib/libexec" ];
       };