From a07a96b3bdf94f713ebffaf94a2bb3e5ad022aa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Sat, 17 Aug 2024 02:40:11 -0300 Subject: [PATCH] firefox: remove github autoload extension --- user/firefox.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/user/firefox.nix b/user/firefox.nix index 7ea410b..b23616a 100644 --- a/user/firefox.nix +++ b/user/firefox.nix @@ -49,11 +49,6 @@ in url = "https://github.com/OhMyGuus/I-Still-Dont-Care-About-Cookies/releases/download/v1.1.4/istilldontcareaboutcookies-1.1.4.xpi"; hash = "sha256-yt6yRiLTuaK4K/QwgkL9gCVGsSa7ndFOHqZvKqIGZ5U="; }) - (pkgs.fetchFirefoxAddon { - name = "github_no_more"; - url = "https://addons.mozilla.org/firefox/downloads/file/4293306/github_no_more-0.0.1.xpi"; - hash = "sha256-1vzgo7z4K6aZAVAo5VqihYQi77mZ0rE68xbt7Oqz29s="; - }) (pkgs.fetchFirefoxAddon { name = "vimium_ff";