summary refs log tree commit diff
path: root/mixins/firefox/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'mixins/firefox/default.nix')
-rw-r--r--mixins/firefox/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/mixins/firefox/default.nix b/mixins/firefox/default.nix
index 857162e..1379b9e 100644
--- a/mixins/firefox/default.nix
+++ b/mixins/firefox/default.nix
@@ -14,7 +14,7 @@ in
       # gives me access to addonId and crap
       firefox-addons = pkgs.callPackage (pkgs.applyPatches {
         src = inputs.firefox-addons;
-        patches = [./addons-passthru.patch];
+        #patches = [./addons-passthru.patch];
         name = "firefox-addons-patched";
       }) {};
       addons = config.home-manager.users.tzlil.programs.firefox.profiles.${profile}.extensions;