diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-08-06 18:51:59 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-08-06 18:51:59 +0200 |
| commit | a1f7f43c95c049628e826856ec589b339cd4f5db (patch) | |
| tree | a0f5bb10fc36f02ad6dbaebf1232ca2548f9ccfa /home/pkgs/firefoxPackages/default.nix | |
initial commit
Diffstat (limited to 'home/pkgs/firefoxPackages/default.nix')
| -rw-r--r-- | home/pkgs/firefoxPackages/default.nix | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/home/pkgs/firefoxPackages/default.nix b/home/pkgs/firefoxPackages/default.nix new file mode 100644 index 0000000..b1b8a62 --- /dev/null +++ b/home/pkgs/firefoxPackages/default.nix @@ -0,0 +1,14 @@ +{ pkgs }: + +let pkgs-rycee = pkgs.nur.repos.rycee; +in { + addons = import ./addons.nix { + inherit (pkgs) fetchurl stdenv lib; + inherit (pkgs-rycee.firefox-addons) buildFirefoxXpiAddon; + }; + arkenfox-userjs = pkgs.fetchurl { + url = + "https://raw.githubusercontent.com/arkenfox/user.js/eb4363dc180666554ca81a7909156e0893e80c3b/user.js"; + sha256 = sha256:00sn8imlv659b3zn2i0cs0pqm2zra93dfh9rhashlcj0kamq67f6; + }; +} |
