diff options
author | tzlil <tzlils@protonmail.com> | 2024-02-26 19:43:39 +0200 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2024-02-26 19:43:39 +0200 |
commit | 08c4cb2247461fe36b2e7d7456aef0d17acd26af (patch) | |
tree | 96801ac3d455833e7cfd07027a5bd9f2f393308f /mixins/firefox | |
parent | 00db7aca343a925220b17223b02dfb79b05f597c (diff) |
idk what tehf uck i changed
Diffstat (limited to 'mixins/firefox')
-rw-r--r-- | mixins/firefox/default.nix | 2 | ||||
-rw-r--r-- | mixins/firefox/minimum/addons-passthru.patch | 2 | ||||
-rw-r--r-- | mixins/firefox/minimum/default.nix | 2 |
3 files changed, 3 insertions, 3 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; diff --git a/mixins/firefox/minimum/addons-passthru.patch b/mixins/firefox/minimum/addons-passthru.patch index 6bd149d..07e789d 100644 --- a/mixins/firefox/minimum/addons-passthru.patch +++ b/mixins/firefox/minimum/addons-passthru.patch @@ -13,4 +13,4 @@ index 3098b10..806d05c 100644 + }; buildCommand = '' - dst="$out/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}" \ No newline at end of file + dst="$out/share/mozilla/extensions/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}" diff --git a/mixins/firefox/minimum/default.nix b/mixins/firefox/minimum/default.nix index 8ecf48a..e495ce2 100644 --- a/mixins/firefox/minimum/default.nix +++ b/mixins/firefox/minimum/default.nix @@ -13,7 +13,7 @@ in home-manager.users.tzlil = let firefox-addons = pkgs.callPackage (pkgs.applyPatches { src = inputs.firefox-addons; - patches = [./addons-passthru.patch]; + #patches = [./addons-passthru.patch]; name = "firefox-addons-patched"; }) {}; mozlz4 = n: x: |