From 933143110808c285f9c8fec14c95c3af584eb2eb Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Tue, 7 Feb 2023 22:42:19 +0100 Subject: home: firefox: update to v109.0 --- home/config/firefox/default.nix | 5 ++++- home/pkgs/firefoxPackages/default.nix | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'home') diff --git a/home/config/firefox/default.nix b/home/config/firefox/default.nix index af81c4d..e849df3 100644 --- a/home/config/firefox/default.nix +++ b/home/config/firefox/default.nix @@ -54,18 +54,19 @@ let visibility: collapse; } ''; + extensions = attrValues pkgs.personal.firefoxPackages.addons; in { programs.firefox = { enable = true; - extensions = attrValues pkgs.personal.firefoxPackages.addons; # to add : # floccus + LoFloccus # Zotero profiles = { default = { + inherit extensions; id = 0; # isDefault = true extraConfig = config-default; @@ -74,6 +75,7 @@ in { # For video streaming streaming = { + inherit extensions; id = 1; extraConfig = config-default + mkUserJs { @@ -94,6 +96,7 @@ in { }; videoconferencing = { + inherit extensions; id = 2; extraConfig = config-default + mkUserJs { diff --git a/home/pkgs/firefoxPackages/default.nix b/home/pkgs/firefoxPackages/default.nix index d0b2cc1..d4a240c 100644 --- a/home/pkgs/firefoxPackages/default.nix +++ b/home/pkgs/firefoxPackages/default.nix @@ -6,10 +6,10 @@ in { inherit (pkgs) fetchurl stdenv lib; inherit (pkgs-rycee.firefox-addons) buildFirefoxXpiAddon; }; - arkenfox-userjs = let version = "108.0"; + arkenfox-userjs = let version = "109.0"; in pkgs.fetchurl { url = "https://raw.githubusercontent.com/arkenfox/user.js/${version}/user.js"; - sha256 = "sha256:IxZ2s+efJ4pPORJ+xfZqQUfe1CnYpbGn2QAymRNj/uI="; + sha256 = "sha256:+GJgFyfmFqbD3eepN9udJImT9H3Z9T+xnXPrHuSwIH4="; }; } -- cgit v1.2.3