diff options
author | Franck Cuny <franck@fcuny.net> | 2023-01-07 12:43:24 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-01-07 12:43:24 -0800 |
commit | 9bd98cddbf09d61802917aa4f9d2630a273e4c31 (patch) | |
tree | e141d95c560203842b36a993f252da0ee0653096 /home | |
parent | ref: delete terraform configuration for GitHub (diff) | |
download | world-9bd98cddbf09d61802917aa4f9d2630a273e4c31.tar.gz |
fix(home/firefox): remove extension https-everywhere
It's been deprecated.
Diffstat (limited to 'home')
-rw-r--r-- | home/firefox/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/home/firefox/default.nix b/home/firefox/default.nix index 15677b8..ccab1cc 100644 --- a/home/firefox/default.nix +++ b/home/firefox/default.nix @@ -9,7 +9,6 @@ in config.programs.firefox = lib.mkIf cfg.enable { enable = true; extensions = with pkgs.nur.repos.rycee.firefox-addons; [ - https-everywhere pkgs.nur.repos.rycee.firefox-addons."1password-x-password-manager" consent-o-matic refined-github |