nixos-configs/legacyPackages/firefox-addons/generated-firefox-addons.nix

368 lines
13 KiB
Nix
Raw Normal View History

2023-11-22 15:33:16 -05:00
{
buildFirefoxXpiAddon,
fetchurl,
lib,
stdenv,
}: {
2024-06-29 17:46:32 -04:00
"auto-refresh-page" = buildFirefoxXpiAddon {
pname = "auto-refresh-page";
version = "3.2";
addonId = "{da35dad8-f912-4c74-8f64-c4e6e6d62610}";
url = "https://addons.mozilla.org/firefox/downloads/file/4064190/auto_refresh_page-3.2.xpi";
sha256 = "e703d1031107bb440e3081b210e58ebf5a05a620683e42ce6255b66994475f8d";
meta = with lib; {
homepage = "https://www.hashtap.com/@refresh";
description = "Refresh web pages automatically. Auto-refresh and page monitor with specified time intervals.";
license = licenses.mit;
mozPermissions = [
"tabs"
"storage"
"contextMenus"
"browsingData"
"notifications"
"webRequest"
"webRequestBlocking"
"<all_urls>"
];
platforms = platforms.all;
};
};
2024-06-10 22:57:20 -04:00
"bitwarden" = buildFirefoxXpiAddon {
pname = "bitwarden";
chore: update flake.lock Flake Inputs: • Updated input 'caddy-plugins': 'github:matt1432/nixos-caddy-cloudflare/3e6819b' (2024-07-04) → 'github:matt1432/nixos-caddy-cloudflare/f2a856f' (2024-07-30) • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay/4df152b' (2024-07-29) → 'github:matt1432/discord-nightly-overlay/a9c387d' (2024-07-30) • Updated input 'home-manager': 'github:nix-community/home-manager/89670e2' (2024-07-29) → 'github:nix-community/home-manager/4fcd54d' (2024-07-30) • Updated input 'hyprland': 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=e673220&submodules=1' (2024-07-29) → 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=3b9b534&submodules=1' (2024-07-30) • Updated input 'hyprland/aquamarine': 'github:hyprwm/aquamarine/4918e57' (2024-07-27) → 'github:hyprwm/aquamarine/7c3565f' (2024-07-30) • Updated input 'hyprland/xdph': 'github:hyprwm/xdg-desktop-portal-hyprland/0e2f3b9' (2024-07-28) → 'github:hyprwm/xdg-desktop-portal-hyprland/7f2a77d' (2024-07-30) • Updated input 'jellyfin-flake': 'github:matt1432/nixos-jellyfin/4b8f983' (2024-07-26) → 'github:matt1432/nixos-jellyfin/7253d43' (2024-07-30) • Updated input 'khepri': 'github:matt1432/khepri/52d9b7e' (2024-07-24) → 'github:matt1432/khepri/a7d1a51' (2024-07-30) • Updated input 'minix': 'github:matt1432/Minix/7537fb8' (2024-07-13) → 'github:matt1432/Minix/d3f8c44' (2024-07-30) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/b73c222' (2024-07-27) → 'github:NixOS/nixpkgs/3fcada1' (2024-07-30) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/6642ef6' (2024-07-28) → 'github:nix-community/nixpkgs-wayland/8badd76' (2024-07-30) • Updated input 'pcsd': 'github:matt1432/nixos-pcsd/62b44c2' (2024-07-27) → 'github:matt1432/nixos-pcsd/3fa8578' (2024-07-30) • Updated input 'pr-tracker': 'github:matt1432/pr-tracker/c0df731' (2024-07-30) → 'github:matt1432/pr-tracker/8e93c30' (2024-07-30) Docker Images: • codeberg.org/forgejo/forgejo 8.0.0: sha256:6f4620d8fb4bb8288315b07ca65286da958745d623fc9eaef4bb4e0e34c68b3d → sha256:f3ec5c63038cf2ce31a71e50e48b24c334ba0a5233808d1a5a60d45203f84f02 • rssbridge/rss-bridge latest: sha256:5d8906da7276396e077e054eb7e646f4f02d639be60a0b3bded97ec751fc0700 → sha256:6161fe1fef70ad077dcae364164d7739c9c0d76bbc7f154dd64a2352fc93f291 • ghcr.io/immich-app/immich-machine-learning v1.111.0: sha256:794c3fc4a1da9925f1fdd4ac13fd0646f11a5f682bd50e1cd7e2283f3332ac65 → sha256:d4a5db2c7cda2897abea98a3d5fd0c3cc76618fff271708075faeee426fe1b64 • ghcr.io/immich-app/immich-server v1.111.0: sha256:9de91632ea5c0aabcd5558cab8b270f6bde00679fc6bdc35806fb49367e4a583 → sha256:14ad5881f5afbea1dbf751e14acaafe00e6b012ffb18a56e9f117b00eb067d1d • ghcr.io/linuxserver/bazarr latest: sha256:25f0d19ba9226fdf15aec0fc7fa134ba89fc6f77f09d7bd45b33c5960c47821e → sha256:e70de8a714ac57395d45052392001ec433b8f48aa1c204f13dae312cbcbe43af Firefox Addons: bitwarden: 2024.6.3 -> 2024.7.1
2024-07-30 22:21:08 -04:00
version = "2024.7.1";
2024-06-10 22:57:20 -04:00
addonId = "{446900e4-71c2-419f-a6a7-df9c091e268b}";
chore: update flake.lock Flake Inputs: • Updated input 'caddy-plugins': 'github:matt1432/nixos-caddy-cloudflare/3e6819b' (2024-07-04) → 'github:matt1432/nixos-caddy-cloudflare/f2a856f' (2024-07-30) • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay/4df152b' (2024-07-29) → 'github:matt1432/discord-nightly-overlay/a9c387d' (2024-07-30) • Updated input 'home-manager': 'github:nix-community/home-manager/89670e2' (2024-07-29) → 'github:nix-community/home-manager/4fcd54d' (2024-07-30) • Updated input 'hyprland': 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=e673220&submodules=1' (2024-07-29) → 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=3b9b534&submodules=1' (2024-07-30) • Updated input 'hyprland/aquamarine': 'github:hyprwm/aquamarine/4918e57' (2024-07-27) → 'github:hyprwm/aquamarine/7c3565f' (2024-07-30) • Updated input 'hyprland/xdph': 'github:hyprwm/xdg-desktop-portal-hyprland/0e2f3b9' (2024-07-28) → 'github:hyprwm/xdg-desktop-portal-hyprland/7f2a77d' (2024-07-30) • Updated input 'jellyfin-flake': 'github:matt1432/nixos-jellyfin/4b8f983' (2024-07-26) → 'github:matt1432/nixos-jellyfin/7253d43' (2024-07-30) • Updated input 'khepri': 'github:matt1432/khepri/52d9b7e' (2024-07-24) → 'github:matt1432/khepri/a7d1a51' (2024-07-30) • Updated input 'minix': 'github:matt1432/Minix/7537fb8' (2024-07-13) → 'github:matt1432/Minix/d3f8c44' (2024-07-30) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/b73c222' (2024-07-27) → 'github:NixOS/nixpkgs/3fcada1' (2024-07-30) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/6642ef6' (2024-07-28) → 'github:nix-community/nixpkgs-wayland/8badd76' (2024-07-30) • Updated input 'pcsd': 'github:matt1432/nixos-pcsd/62b44c2' (2024-07-27) → 'github:matt1432/nixos-pcsd/3fa8578' (2024-07-30) • Updated input 'pr-tracker': 'github:matt1432/pr-tracker/c0df731' (2024-07-30) → 'github:matt1432/pr-tracker/8e93c30' (2024-07-30) Docker Images: • codeberg.org/forgejo/forgejo 8.0.0: sha256:6f4620d8fb4bb8288315b07ca65286da958745d623fc9eaef4bb4e0e34c68b3d → sha256:f3ec5c63038cf2ce31a71e50e48b24c334ba0a5233808d1a5a60d45203f84f02 • rssbridge/rss-bridge latest: sha256:5d8906da7276396e077e054eb7e646f4f02d639be60a0b3bded97ec751fc0700 → sha256:6161fe1fef70ad077dcae364164d7739c9c0d76bbc7f154dd64a2352fc93f291 • ghcr.io/immich-app/immich-machine-learning v1.111.0: sha256:794c3fc4a1da9925f1fdd4ac13fd0646f11a5f682bd50e1cd7e2283f3332ac65 → sha256:d4a5db2c7cda2897abea98a3d5fd0c3cc76618fff271708075faeee426fe1b64 • ghcr.io/immich-app/immich-server v1.111.0: sha256:9de91632ea5c0aabcd5558cab8b270f6bde00679fc6bdc35806fb49367e4a583 → sha256:14ad5881f5afbea1dbf751e14acaafe00e6b012ffb18a56e9f117b00eb067d1d • ghcr.io/linuxserver/bazarr latest: sha256:25f0d19ba9226fdf15aec0fc7fa134ba89fc6f77f09d7bd45b33c5960c47821e → sha256:e70de8a714ac57395d45052392001ec433b8f48aa1c204f13dae312cbcbe43af Firefox Addons: bitwarden: 2024.6.3 -> 2024.7.1
2024-07-30 22:21:08 -04:00
url = "https://addons.mozilla.org/firefox/downloads/file/4326285/bitwarden_password_manager-2024.7.1.xpi";
sha256 = "28c505df3b615f6a3c829afdcff74584ddc5eb1d3fb35f9848c18470fad93772";
2023-11-22 15:33:16 -05:00
meta = with lib; {
2024-06-10 22:57:20 -04:00
homepage = "https://bitwarden.com";
description = "At home, at work, or on the go, Bitwarden easily secures all your passwords, passkeys, and sensitive information.";
license = licenses.gpl3;
mozPermissions = [
"<all_urls>"
2024-06-10 22:57:20 -04:00
"*://*/*"
"tabs"
2024-06-10 22:57:20 -04:00
"contextMenus"
"storage"
2024-06-10 22:57:20 -04:00
"unlimitedStorage"
"clipboardRead"
"clipboardWrite"
"idle"
chore: update flake.lock Flake Inputs: • Updated input 'caddy-plugins': 'github:matt1432/nixos-caddy-cloudflare/3e6819b' (2024-07-04) → 'github:matt1432/nixos-caddy-cloudflare/f2a856f' (2024-07-30) • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay/4df152b' (2024-07-29) → 'github:matt1432/discord-nightly-overlay/a9c387d' (2024-07-30) • Updated input 'home-manager': 'github:nix-community/home-manager/89670e2' (2024-07-29) → 'github:nix-community/home-manager/4fcd54d' (2024-07-30) • Updated input 'hyprland': 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=e673220&submodules=1' (2024-07-29) → 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=3b9b534&submodules=1' (2024-07-30) • Updated input 'hyprland/aquamarine': 'github:hyprwm/aquamarine/4918e57' (2024-07-27) → 'github:hyprwm/aquamarine/7c3565f' (2024-07-30) • Updated input 'hyprland/xdph': 'github:hyprwm/xdg-desktop-portal-hyprland/0e2f3b9' (2024-07-28) → 'github:hyprwm/xdg-desktop-portal-hyprland/7f2a77d' (2024-07-30) • Updated input 'jellyfin-flake': 'github:matt1432/nixos-jellyfin/4b8f983' (2024-07-26) → 'github:matt1432/nixos-jellyfin/7253d43' (2024-07-30) • Updated input 'khepri': 'github:matt1432/khepri/52d9b7e' (2024-07-24) → 'github:matt1432/khepri/a7d1a51' (2024-07-30) • Updated input 'minix': 'github:matt1432/Minix/7537fb8' (2024-07-13) → 'github:matt1432/Minix/d3f8c44' (2024-07-30) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/b73c222' (2024-07-27) → 'github:NixOS/nixpkgs/3fcada1' (2024-07-30) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/6642ef6' (2024-07-28) → 'github:nix-community/nixpkgs-wayland/8badd76' (2024-07-30) • Updated input 'pcsd': 'github:matt1432/nixos-pcsd/62b44c2' (2024-07-27) → 'github:matt1432/nixos-pcsd/3fa8578' (2024-07-30) • Updated input 'pr-tracker': 'github:matt1432/pr-tracker/c0df731' (2024-07-30) → 'github:matt1432/pr-tracker/8e93c30' (2024-07-30) Docker Images: • codeberg.org/forgejo/forgejo 8.0.0: sha256:6f4620d8fb4bb8288315b07ca65286da958745d623fc9eaef4bb4e0e34c68b3d → sha256:f3ec5c63038cf2ce31a71e50e48b24c334ba0a5233808d1a5a60d45203f84f02 • rssbridge/rss-bridge latest: sha256:5d8906da7276396e077e054eb7e646f4f02d639be60a0b3bded97ec751fc0700 → sha256:6161fe1fef70ad077dcae364164d7739c9c0d76bbc7f154dd64a2352fc93f291 • ghcr.io/immich-app/immich-machine-learning v1.111.0: sha256:794c3fc4a1da9925f1fdd4ac13fd0646f11a5f682bd50e1cd7e2283f3332ac65 → sha256:d4a5db2c7cda2897abea98a3d5fd0c3cc76618fff271708075faeee426fe1b64 • ghcr.io/immich-app/immich-server v1.111.0: sha256:9de91632ea5c0aabcd5558cab8b270f6bde00679fc6bdc35806fb49367e4a583 → sha256:14ad5881f5afbea1dbf751e14acaafe00e6b012ffb18a56e9f117b00eb067d1d • ghcr.io/linuxserver/bazarr latest: sha256:25f0d19ba9226fdf15aec0fc7fa134ba89fc6f77f09d7bd45b33c5960c47821e → sha256:e70de8a714ac57395d45052392001ec433b8f48aa1c204f13dae312cbcbe43af Firefox Addons: bitwarden: 2024.6.3 -> 2024.7.1
2024-07-30 22:21:08 -04:00
"alarms"
"webRequest"
"webRequestBlocking"
2024-06-10 22:57:20 -04:00
"webNavigation"
"file:///*"
"https://lastpass.com/export.php"
];
2023-11-22 15:33:16 -05:00
platforms = platforms.all;
};
};
"checkmarks-web-ext" = buildFirefoxXpiAddon {
pname = "checkmarks-web-ext";
version = "1.6.1";
addonId = "{bd97f89b-17ba-4539-9fec-06852d07f917}";
url = "https://addons.mozilla.org/firefox/downloads/file/3594420/checkmarks_web_ext-1.6.1.xpi";
sha256 = "c3ccf4b302ee96c9b883c4a1f7d26395ab4e276b976cab2d65c9cd898964e4f0";
meta = with lib; {
homepage = "https://github.com/tanwald/checkmarks";
description = "Checks, sorts, formats bookmarks and loads favicons.";
license = licenses.gpl3;
mozPermissions = [
"<all_urls>"
"bookmarks"
"browsingData"
"storage"
"tabs"
"webNavigation"
"webRequest"
"webRequestBlocking"
];
platforms = platforms.all;
};
};
2024-06-10 22:57:20 -04:00
"darkreader" = buildFirefoxXpiAddon {
pname = "darkreader";
chore: update flake.lock Flake inputs: • Updated input 'ags': 'github:Aylur/ags/8194f0c9546a150525a2022c17aed51df1464b80?narHash=sha256-RhqFBMLh6G5vAo7Jz9mdsworI50E4FAAg7rPho4CNfY%3D' (2024-07-15) → 'github:Aylur/ags/60c4fdcca841b9375bca68ce14b4dbac07f7c503?narHash=sha256-cuqMXJs1Zkh6yfwx1mG5/zyvxST8cm%2BXXQ1xXJMHQhY%3D' (2024-07-17) • Updated input 'astal-tray': 'github:astal-sh/tray/9a484bdee02904034449961612fd5b2cdbe6a337?narHash=sha256-6DfK50lMbMLVgqL3IyCe6zMAGnB5V5cTTPsMIf80GVE%3D' (2024-06-28) → 'github:astal-sh/tray/b18faefdf0eec619bbcf086954471fefc9a7751a?narHash=sha256-U3XQOwdp47uwvNZLw9RlQnf91d1VhHL6FPE88FV3zFk%3D' (2024-07-17) • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay/0f12e622863a972d515cb03a2d8eb298b3413817?narHash=sha256-OeOK5iEILJusPfvEpgNz6zWrV8XOYfFoyny5pvyloDE%3D' (2024-07-15) → 'github:matt1432/discord-nightly-overlay/2e2305fe172cfa3c0263144dd8bd1ce1f5455d0a?narHash=sha256-WIuEaOdGJCsToXc8zyugwJJrDZdaCS2Eu9I%2BXDJ3szU%3D' (2024-07-17) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=73146d8957d6dc746d9c41cdd4f71c00d1b7000e' (2024-07-15) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=098aa5c57ae71bf83fb21e9bc46496920876f51b' (2024-07-17) • Updated input 'headscale': 'github:juanfont/headscale/3f60ab23a68eff50d70054f7cbb622e53b52c625?narHash=sha256-RIXtwvl6PBYBq59if7A/L8OddhPnfRU30qHpORfv2Y4%3D' (2024-07-14) → 'github:juanfont/headscale/00ff288f0cae53d25f4c40355d3bd77cb3b06f4b?narHash=sha256-djkVZURS9vzrbd0DC5WMU1GzypHTaddccNYK9FZNuaQ%3D' (2024-07-17) • Updated input 'home-manager': 'github:nix-community/home-manager/90ae324e2c56af10f20549ab72014804a3064c7f?narHash=sha256-neWQ8eNtLTd%2BYMesb7WjKl1SVCbDyCm46LUgP/g/hdo%3D' (2024-07-11) → 'github:nix-community/home-manager/afd2021bedff2de92dfce0e257a3d03ae65c603d?narHash=sha256-H548rpPMsn25LDKn1PCFmPxmWlClJJGnvdzImHkqjuY%3D' (2024-07-16) • Updated input 'hyprland': 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=bd526822deb9ed47c0b51b534817aa8541fff07b&submodules=1' (2024-07-15) → 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=300228b503b36e5977b0d58713c5b4cf1f07b8a9&submodules=1' (2024-07-17) • Updated input 'hyprland/hyprutils': 'github:hyprwm/hyprutils/6174a2a25f4e216c0f1d0c4278adc23c476b1d09?narHash=sha256-Pxacc2uoxI00koXp5%2BCyNqHOTQlqNlK0rlRHDBHX4%2Bg%3D' (2024-07-09) → 'github:hyprwm/hyprutils/eb1ceff2b87f6820789249f63faa8e9dcb54d05f?narHash=sha256-qmC9jGfbE4%2BEIBbbSAkrfR/p49wShjpv4/KztgE/P54%3D' (2024-07-15) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/bba994424596df09228f5437bcf8ef7fde1fe56e?narHash=sha256-IvFFc57vljkR1eP4VeNMuXJTS/POClq%2BytFAadigSY0%3D' (2024-07-11) → 'github:Jovian-Experiments/Jovian-NixOS/927eea31915468e06b94bedf678261dc7cf048c8?narHash=sha256-KfdwusX12hhkzXKBmu2HhaU9EhaxVeWLDQw1Ll2A03o%3D' (2024-07-17) • Updated input 'neovim-nightly': 'github:nix-community/neovim-nightly-overlay/34b8101a10dfb4cb38832a17ef33281d59e2b2b3?narHash=sha256-gh34LtCLvXCd/Xyk33mgQU3QqNyJ7ZwJj59c4Qdad78%3D' (2024-07-13) → 'github:nix-community/neovim-nightly-overlay/d0040404432ef2f6492d06284c556303262e5054?narHash=sha256-3iNMy%2BGUVaFVHv2U%2Bg6cMJwouAJinDkT/TLqZpiwsU8%3D' (2024-07-17) • Updated input 'neovim-nightly/neovim-src': 'github:neovim/neovim/10256bb760fcab0dc25f7eb5b0b45966cb771939?narHash=sha256-C8bdG2wrI29afHI1705W37M7CPudz5117YafiBlW0Y4%3D' (2024-07-12) → 'github:neovim/neovim/1f2f460b4a77a8ff58872e03c071b5d0d882dd44?narHash=sha256-mKvJmYNz0d%2BirdQFtUrkFtHY6LgE1SxoT14Zmbn1OXU%3D' (2024-07-16) • Updated input 'nh': 'github:viperML/nh/7f8a1859ed6ea971fcf49b07ca8938e3000c3af4?narHash=sha256-G5iteuo2gobI0Y5jHNEBc6UN9ixjwj6zopPKi7bJBE4%3D' (2024-07-06) → 'github:viperML/nh/168c7ceea2b8d6208cf32de9eb8effa9c008b40d?narHash=sha256-m6LmfrUMpt1ZUX3eqB7Gp%2BZV6sAWPqkATwZNvA7Bj9U%3D' (2024-07-16) • Updated input 'nixd': 'github:nix-community/nixd/60a925008bc353136ba5babce437f42819c1645c?narHash=sha256-q5nj4TFggEHcyKuETmVEFeGztkAYXl3TDIOfd6swo4U%3D' (2024-06-26) → 'github:nix-community/nixd/334da32238a641c24ca7bff59d7a7d38c48fea06?narHash=sha256-f%2BRjBJ4BZ8Uv6QuQ/TEaA8crKP%2BUw6DZXdtRY2EvwlQ%3D' (2024-07-16) • Updated input 'pcsd': 'github:matt1432/nixos-pcsd/608c313af683be0015d1ab446f6406bd93d9f637?narHash=sha256-NL0jQzrayJKRgg7fRncyLHEDvOr39VKdo4cqTpTPo/k%3D' (2024-07-13) → 'github:matt1432/nixos-pcsd/5b32394f8d176afc281aae3024d3a37ff258dc25?narHash=sha256-DCZChfA3/bAXOk5qN0ctF/y4jNf8uLkKVad1mkEReT4%3D' (2024-07-16) Docker Images: • ghcr.io/gethomepage/homepage latest: sha256:cbc5b49533f9afd0be57f6d5168eef48be2d713709259d6697f0d33b4ecb2f28 → sha256:125ca0a320f7c23b003a5fbce43b282b789b57fd576423d5714e565a4415a7f5 • ghcr.io/wg-easy/wg-easy latest: sha256:24eddefd4e5ae2cff930d4f9254f018d5f4cdd48daf559e7a73a14da6a9fbbb4 → sha256:4c2c591498aa910ce86a90fa00c4714ffd78dd7556b1f488f226471b97346bc6 • ghcr.io/linuxserver/calibre latest: sha256:afd005e6e065913e9e20e3ac098decf3f79495f3300215acf03f2537a6c0ac6a → sha256:70be7cdb6eb010e9101e83e2731b2c4859ddcfd682049b80a7ba73508d948c1e • ghcr.io/linuxserver/prowlarr latest: sha256:c43dc0311d4381395b60b3a6068e82226eddb213278bfe886bebabe67eb0f762 → sha256:7c3e7840c726828643131583514b66f38e7af29021d5a7b05ed8ed5c8ec0b596 • ghcr.io/linuxserver/sabnzbd latest: sha256:d9ad6d86542e07d90e6da20b2adb9e89cb26ec1dc1d95bd88eeceef65c12f94b → sha256:31ea64a7ce1e9a5ff8187f9b7c905eaa1d0a79d49b04724e47059c67407157eb • ghcr.io/fallenbagel/jellyseerr develop: sha256:aa0c5261afddceab7d4a814647ff591427515b73de9c883f93ea37d846f81fe6 → sha256:743fa4f6d66d2e558abc35239c4edeeaed74493728b0717111dea7f003bf262f • ghcr.io/linuxserver/sonarr latest: sha256:746601dcc9dd95b3e2703c0244e453653d29b064281f7a9174d2d24d2aba81ef → sha256:fbee5770f688e4f89dd073534feda11251bfde0e0a4e6ac74dd8c33bb856b505
2024-07-17 22:48:02 -04:00
version = "4.9.88";
2024-06-10 22:57:20 -04:00
addonId = "addon@darkreader.org";
chore: update flake.lock Flake inputs: • Updated input 'ags': 'github:Aylur/ags/8194f0c9546a150525a2022c17aed51df1464b80?narHash=sha256-RhqFBMLh6G5vAo7Jz9mdsworI50E4FAAg7rPho4CNfY%3D' (2024-07-15) → 'github:Aylur/ags/60c4fdcca841b9375bca68ce14b4dbac07f7c503?narHash=sha256-cuqMXJs1Zkh6yfwx1mG5/zyvxST8cm%2BXXQ1xXJMHQhY%3D' (2024-07-17) • Updated input 'astal-tray': 'github:astal-sh/tray/9a484bdee02904034449961612fd5b2cdbe6a337?narHash=sha256-6DfK50lMbMLVgqL3IyCe6zMAGnB5V5cTTPsMIf80GVE%3D' (2024-06-28) → 'github:astal-sh/tray/b18faefdf0eec619bbcf086954471fefc9a7751a?narHash=sha256-U3XQOwdp47uwvNZLw9RlQnf91d1VhHL6FPE88FV3zFk%3D' (2024-07-17) • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay/0f12e622863a972d515cb03a2d8eb298b3413817?narHash=sha256-OeOK5iEILJusPfvEpgNz6zWrV8XOYfFoyny5pvyloDE%3D' (2024-07-15) → 'github:matt1432/discord-nightly-overlay/2e2305fe172cfa3c0263144dd8bd1ce1f5455d0a?narHash=sha256-WIuEaOdGJCsToXc8zyugwJJrDZdaCS2Eu9I%2BXDJ3szU%3D' (2024-07-17) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=73146d8957d6dc746d9c41cdd4f71c00d1b7000e' (2024-07-15) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=098aa5c57ae71bf83fb21e9bc46496920876f51b' (2024-07-17) • Updated input 'headscale': 'github:juanfont/headscale/3f60ab23a68eff50d70054f7cbb622e53b52c625?narHash=sha256-RIXtwvl6PBYBq59if7A/L8OddhPnfRU30qHpORfv2Y4%3D' (2024-07-14) → 'github:juanfont/headscale/00ff288f0cae53d25f4c40355d3bd77cb3b06f4b?narHash=sha256-djkVZURS9vzrbd0DC5WMU1GzypHTaddccNYK9FZNuaQ%3D' (2024-07-17) • Updated input 'home-manager': 'github:nix-community/home-manager/90ae324e2c56af10f20549ab72014804a3064c7f?narHash=sha256-neWQ8eNtLTd%2BYMesb7WjKl1SVCbDyCm46LUgP/g/hdo%3D' (2024-07-11) → 'github:nix-community/home-manager/afd2021bedff2de92dfce0e257a3d03ae65c603d?narHash=sha256-H548rpPMsn25LDKn1PCFmPxmWlClJJGnvdzImHkqjuY%3D' (2024-07-16) • Updated input 'hyprland': 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=bd526822deb9ed47c0b51b534817aa8541fff07b&submodules=1' (2024-07-15) → 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=300228b503b36e5977b0d58713c5b4cf1f07b8a9&submodules=1' (2024-07-17) • Updated input 'hyprland/hyprutils': 'github:hyprwm/hyprutils/6174a2a25f4e216c0f1d0c4278adc23c476b1d09?narHash=sha256-Pxacc2uoxI00koXp5%2BCyNqHOTQlqNlK0rlRHDBHX4%2Bg%3D' (2024-07-09) → 'github:hyprwm/hyprutils/eb1ceff2b87f6820789249f63faa8e9dcb54d05f?narHash=sha256-qmC9jGfbE4%2BEIBbbSAkrfR/p49wShjpv4/KztgE/P54%3D' (2024-07-15) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/bba994424596df09228f5437bcf8ef7fde1fe56e?narHash=sha256-IvFFc57vljkR1eP4VeNMuXJTS/POClq%2BytFAadigSY0%3D' (2024-07-11) → 'github:Jovian-Experiments/Jovian-NixOS/927eea31915468e06b94bedf678261dc7cf048c8?narHash=sha256-KfdwusX12hhkzXKBmu2HhaU9EhaxVeWLDQw1Ll2A03o%3D' (2024-07-17) • Updated input 'neovim-nightly': 'github:nix-community/neovim-nightly-overlay/34b8101a10dfb4cb38832a17ef33281d59e2b2b3?narHash=sha256-gh34LtCLvXCd/Xyk33mgQU3QqNyJ7ZwJj59c4Qdad78%3D' (2024-07-13) → 'github:nix-community/neovim-nightly-overlay/d0040404432ef2f6492d06284c556303262e5054?narHash=sha256-3iNMy%2BGUVaFVHv2U%2Bg6cMJwouAJinDkT/TLqZpiwsU8%3D' (2024-07-17) • Updated input 'neovim-nightly/neovim-src': 'github:neovim/neovim/10256bb760fcab0dc25f7eb5b0b45966cb771939?narHash=sha256-C8bdG2wrI29afHI1705W37M7CPudz5117YafiBlW0Y4%3D' (2024-07-12) → 'github:neovim/neovim/1f2f460b4a77a8ff58872e03c071b5d0d882dd44?narHash=sha256-mKvJmYNz0d%2BirdQFtUrkFtHY6LgE1SxoT14Zmbn1OXU%3D' (2024-07-16) • Updated input 'nh': 'github:viperML/nh/7f8a1859ed6ea971fcf49b07ca8938e3000c3af4?narHash=sha256-G5iteuo2gobI0Y5jHNEBc6UN9ixjwj6zopPKi7bJBE4%3D' (2024-07-06) → 'github:viperML/nh/168c7ceea2b8d6208cf32de9eb8effa9c008b40d?narHash=sha256-m6LmfrUMpt1ZUX3eqB7Gp%2BZV6sAWPqkATwZNvA7Bj9U%3D' (2024-07-16) • Updated input 'nixd': 'github:nix-community/nixd/60a925008bc353136ba5babce437f42819c1645c?narHash=sha256-q5nj4TFggEHcyKuETmVEFeGztkAYXl3TDIOfd6swo4U%3D' (2024-06-26) → 'github:nix-community/nixd/334da32238a641c24ca7bff59d7a7d38c48fea06?narHash=sha256-f%2BRjBJ4BZ8Uv6QuQ/TEaA8crKP%2BUw6DZXdtRY2EvwlQ%3D' (2024-07-16) • Updated input 'pcsd': 'github:matt1432/nixos-pcsd/608c313af683be0015d1ab446f6406bd93d9f637?narHash=sha256-NL0jQzrayJKRgg7fRncyLHEDvOr39VKdo4cqTpTPo/k%3D' (2024-07-13) → 'github:matt1432/nixos-pcsd/5b32394f8d176afc281aae3024d3a37ff258dc25?narHash=sha256-DCZChfA3/bAXOk5qN0ctF/y4jNf8uLkKVad1mkEReT4%3D' (2024-07-16) Docker Images: • ghcr.io/gethomepage/homepage latest: sha256:cbc5b49533f9afd0be57f6d5168eef48be2d713709259d6697f0d33b4ecb2f28 → sha256:125ca0a320f7c23b003a5fbce43b282b789b57fd576423d5714e565a4415a7f5 • ghcr.io/wg-easy/wg-easy latest: sha256:24eddefd4e5ae2cff930d4f9254f018d5f4cdd48daf559e7a73a14da6a9fbbb4 → sha256:4c2c591498aa910ce86a90fa00c4714ffd78dd7556b1f488f226471b97346bc6 • ghcr.io/linuxserver/calibre latest: sha256:afd005e6e065913e9e20e3ac098decf3f79495f3300215acf03f2537a6c0ac6a → sha256:70be7cdb6eb010e9101e83e2731b2c4859ddcfd682049b80a7ba73508d948c1e • ghcr.io/linuxserver/prowlarr latest: sha256:c43dc0311d4381395b60b3a6068e82226eddb213278bfe886bebabe67eb0f762 → sha256:7c3e7840c726828643131583514b66f38e7af29021d5a7b05ed8ed5c8ec0b596 • ghcr.io/linuxserver/sabnzbd latest: sha256:d9ad6d86542e07d90e6da20b2adb9e89cb26ec1dc1d95bd88eeceef65c12f94b → sha256:31ea64a7ce1e9a5ff8187f9b7c905eaa1d0a79d49b04724e47059c67407157eb • ghcr.io/fallenbagel/jellyseerr develop: sha256:aa0c5261afddceab7d4a814647ff591427515b73de9c883f93ea37d846f81fe6 → sha256:743fa4f6d66d2e558abc35239c4edeeaed74493728b0717111dea7f003bf262f • ghcr.io/linuxserver/sonarr latest: sha256:746601dcc9dd95b3e2703c0244e453653d29b064281f7a9174d2d24d2aba81ef → sha256:fbee5770f688e4f89dd073534feda11251bfde0e0a4e6ac74dd8c33bb856b505
2024-07-17 22:48:02 -04:00
url = "https://addons.mozilla.org/firefox/downloads/file/4317971/darkreader-4.9.88.xpi";
sha256 = "7a965d5880be9fbf8be81a106acd1968263b1acc2db0add580b30f2dd71954b3";
2024-06-10 22:57:20 -04:00
meta = with lib; {
homepage = "https://darkreader.org/";
description = "Dark mode for every website. Take care of your eyes, use dark theme for night and daily browsing.";
license = licenses.mit;
mozPermissions = [
"alarms"
"contextMenus"
"storage"
"tabs"
"theme"
"<all_urls>"
];
platforms = platforms.all;
};
};
2024-01-13 14:13:16 -05:00
"floccus" = buildFirefoxXpiAddon {
pname = "floccus";
chore: update flake.lock Flake Inputs: • Updated input 'astal-tray': 'github:astal-sh/tray/b18faef' (2024-07-17) → 'github:astal-sh/tray/5db80aa' (2024-07-26) • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay/843a8bd' (2024-07-24) → 'github:matt1432/discord-nightly-overlay/1a8688b' (2024-07-26) • Updated input 'discord-overlay/Vencord-src': 'github:Vendicated/vencord/80b493d' (2024-07-17) → 'github:Vendicated/vencord/5e9a9fe' (2024-07-25) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=e107adb' (2024-07-23) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=5e2a233' (2024-07-26) • Updated input 'home-manager': 'github:nix-community/home-manager/304a011' (2024-07-24) → 'github:nix-community/home-manager/bc2b96a' (2024-07-26) • Updated input 'hyprland': 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=4beac91&submodules=1' (2024-07-24) → 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=57371b9&submodules=1' (2024-07-26) • Updated input 'jellyfin-flake': 'github:matt1432/nixos-jellyfin/77a7ca8' (2024-07-21) → 'github:matt1432/nixos-jellyfin/4b8f983' (2024-07-26) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/927eea3' (2024-07-17) → 'github:Jovian-Experiments/Jovian-NixOS/3bd0599' (2024-07-26) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/6796ca9' (2024-07-25) → 'github:fufexan/nix-gaming/dc966ed' (2024-07-27) • Updated input 'nixd': 'github:nix-community/nixd/86dc0ba' (2024-07-23) → 'github:nix-community/nixd/4c306e7' (2024-07-26) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/68c9ed8' (2024-07-21) → 'github:NixOS/nixpkgs/5ad6a14' (2024-07-25) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/79e1f9e' (2024-07-22) → 'github:nix-community/nixpkgs-wayland/55a7d37' (2024-07-26) • Updated input 'pcsd': 'github:matt1432/nixos-pcsd/40731ec' (2024-07-20) → 'github:matt1432/nixos-pcsd/155642b' (2024-07-25) • Updated input 'ts-for-gir-src': 'github:gjsify/ts-for-gir/b4768a5' (2024-07-24) → 'github:gjsify/ts-for-gir/70838c7' (2024-07-26) • Updated input 'vimplugin-easytables-src': 'github:Myzel394/easytables.nvim/a00222f' (2024-02-26) → 'github:Myzel394/easytables.nvim/ae57fda' (2024-07-25) Docker Images: • postgres 14: sha256:11abfc3f53b02f6099db1fb0e202b41be3ec66698180da9eb8cfad0ce55051cd → sha256:f055b09e632d40c562d80e1078c21362d720d3c8c040f65edf6cb609229f09d3 • ghcr.io/immich-app/immich-machine-learning v1.110.0: sha256:3ab8e332004c693421320ac7e22065a1187f3d0e84255f97cacf83bce7bdfc1f → sha256:794c3fc4a1da9925f1fdd4ac13fd0646f11a5f682bd50e1cd7e2283f3332ac65 • ghcr.io/immich-app/immich-server v1.110.0: sha256:79f5d0c375b0df84e4d0ac89103753d6145ec3facb329e860008f2813f647d84 → sha256:9de91632ea5c0aabcd5558cab8b270f6bde00679fc6bdc35806fb49367e4a583 • ghcr.io/linuxserver/prowlarr latest: sha256:7c3e7840c726828643131583514b66f38e7af29021d5a7b05ed8ed5c8ec0b596 → sha256:9a98da4fb506278ce92c2fdbb4e08a38418dd1456e3dd8b3a1f00a42a8ec4fb0 • ghcr.io/fallenbagel/jellyseerr develop: sha256:1a70daa5c9a72bb0846602ef8ce16949ee4a6144f5577daed3c539c4e5b192de → sha256:4faf2f19c7a2be559354821e7da57477c236a22afb78e17a40dd40a75a120435 Firefox Addons: floccus: 5.2.4 -> 5.2.5
2024-07-26 22:03:01 -04:00
version = "5.2.5";
2024-01-13 14:13:16 -05:00
addonId = "floccus@handmadeideas.org";
chore: update flake.lock Flake Inputs: • Updated input 'astal-tray': 'github:astal-sh/tray/b18faef' (2024-07-17) → 'github:astal-sh/tray/5db80aa' (2024-07-26) • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay/843a8bd' (2024-07-24) → 'github:matt1432/discord-nightly-overlay/1a8688b' (2024-07-26) • Updated input 'discord-overlay/Vencord-src': 'github:Vendicated/vencord/80b493d' (2024-07-17) → 'github:Vendicated/vencord/5e9a9fe' (2024-07-25) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=e107adb' (2024-07-23) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=5e2a233' (2024-07-26) • Updated input 'home-manager': 'github:nix-community/home-manager/304a011' (2024-07-24) → 'github:nix-community/home-manager/bc2b96a' (2024-07-26) • Updated input 'hyprland': 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=4beac91&submodules=1' (2024-07-24) → 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=57371b9&submodules=1' (2024-07-26) • Updated input 'jellyfin-flake': 'github:matt1432/nixos-jellyfin/77a7ca8' (2024-07-21) → 'github:matt1432/nixos-jellyfin/4b8f983' (2024-07-26) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/927eea3' (2024-07-17) → 'github:Jovian-Experiments/Jovian-NixOS/3bd0599' (2024-07-26) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/6796ca9' (2024-07-25) → 'github:fufexan/nix-gaming/dc966ed' (2024-07-27) • Updated input 'nixd': 'github:nix-community/nixd/86dc0ba' (2024-07-23) → 'github:nix-community/nixd/4c306e7' (2024-07-26) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/68c9ed8' (2024-07-21) → 'github:NixOS/nixpkgs/5ad6a14' (2024-07-25) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/79e1f9e' (2024-07-22) → 'github:nix-community/nixpkgs-wayland/55a7d37' (2024-07-26) • Updated input 'pcsd': 'github:matt1432/nixos-pcsd/40731ec' (2024-07-20) → 'github:matt1432/nixos-pcsd/155642b' (2024-07-25) • Updated input 'ts-for-gir-src': 'github:gjsify/ts-for-gir/b4768a5' (2024-07-24) → 'github:gjsify/ts-for-gir/70838c7' (2024-07-26) • Updated input 'vimplugin-easytables-src': 'github:Myzel394/easytables.nvim/a00222f' (2024-02-26) → 'github:Myzel394/easytables.nvim/ae57fda' (2024-07-25) Docker Images: • postgres 14: sha256:11abfc3f53b02f6099db1fb0e202b41be3ec66698180da9eb8cfad0ce55051cd → sha256:f055b09e632d40c562d80e1078c21362d720d3c8c040f65edf6cb609229f09d3 • ghcr.io/immich-app/immich-machine-learning v1.110.0: sha256:3ab8e332004c693421320ac7e22065a1187f3d0e84255f97cacf83bce7bdfc1f → sha256:794c3fc4a1da9925f1fdd4ac13fd0646f11a5f682bd50e1cd7e2283f3332ac65 • ghcr.io/immich-app/immich-server v1.110.0: sha256:79f5d0c375b0df84e4d0ac89103753d6145ec3facb329e860008f2813f647d84 → sha256:9de91632ea5c0aabcd5558cab8b270f6bde00679fc6bdc35806fb49367e4a583 • ghcr.io/linuxserver/prowlarr latest: sha256:7c3e7840c726828643131583514b66f38e7af29021d5a7b05ed8ed5c8ec0b596 → sha256:9a98da4fb506278ce92c2fdbb4e08a38418dd1456e3dd8b3a1f00a42a8ec4fb0 • ghcr.io/fallenbagel/jellyseerr develop: sha256:1a70daa5c9a72bb0846602ef8ce16949ee4a6144f5577daed3c539c4e5b192de → sha256:4faf2f19c7a2be559354821e7da57477c236a22afb78e17a40dd40a75a120435 Firefox Addons: floccus: 5.2.4 -> 5.2.5
2024-07-26 22:03:01 -04:00
url = "https://addons.mozilla.org/firefox/downloads/file/4325872/floccus-5.2.5.xpi";
sha256 = "420ae1ce34eff46cb50e46758f62ca6ad42a51c259bea9c176f55e7aa4cce797";
2024-01-13 14:13:16 -05:00
meta = with lib; {
homepage = "https://floccus.org";
2024-05-07 22:50:49 -04:00
description = "Sync your bookmarks and tabs across browsers via Nextcloud, any WebDAV service, any Git service, via a local file, via Google Drive.";
2024-01-13 14:13:16 -05:00
license = licenses.mpl20;
mozPermissions = [
"*://*/*"
"alarms"
"bookmarks"
"storage"
"unlimitedStorage"
"tabs"
"identity"
];
platforms = platforms.all;
};
};
2023-11-22 15:33:16 -05:00
"google-container" = buildFirefoxXpiAddon {
pname = "google-container";
version = "1.5.4";
addonId = "@contain-google";
url = "https://addons.mozilla.org/firefox/downloads/file/3736912/google_container-1.5.4.xpi";
sha256 = "47a7c0e85468332a0d949928d8b74376192cde4abaa14280002b3aca4ec814d0";
meta = with lib; {
homepage = "https://github.com/containers-everywhere/contain-google";
description = "THIS IS NOT AN OFFICIAL ADDON FROM MOZILLA!\nIt is a fork of the Facebook Container addon.\n\nPrevent Google from tracking you around the web. The Google Container extension helps you take control and isolate your web activity from Google.";
license = licenses.mpl20;
mozPermissions = [
"<all_urls>"
"contextualIdentities"
"cookies"
"management"
"tabs"
"webRequestBlocking"
"webRequest"
"storage"
];
platforms = platforms.all;
};
};
2024-06-10 22:57:20 -04:00
"image-search-options" = buildFirefoxXpiAddon {
pname = "image-search-options";
version = "3.0.12";
addonId = "{4a313247-8330-4a81-948e-b79936516f78}";
url = "https://addons.mozilla.org/firefox/downloads/file/3059971/image_search_options-3.0.12.xpi";
sha256 = "1fbdd8597fc32b1be11302a958ea3ba2b010edcfeb432c299637b2c58c6fd068";
meta = with lib; {
homepage = "http://saucenao.com/";
description = "A customizable reverse image search tool that conveniently presents a variety of top image search engines.";
license = licenses.mpl11;
mozPermissions = [
"storage"
"contextMenus"
"activeTab"
"tabs"
"<all_urls>"
];
platforms = platforms.all;
};
};
"istilldontcareaboutcookies" = buildFirefoxXpiAddon {
pname = "istilldontcareaboutcookies";
version = "1.1.4";
addonId = "idcac-pub@guus.ninja";
url = "https://addons.mozilla.org/firefox/downloads/file/4216095/istilldontcareaboutcookies-1.1.4.xpi";
sha256 = "cadeb24622d3b9a2b82bf4308242fd802546b126bb9dd14e1ea66f2aa2066795";
meta = with lib; {
homepage = "https://github.com/OhMyGuus/I-Dont-Care-About-Cookies";
description = "Community version of the popular extension \"I don't care about cookies\" \n\n<a href=\"https://prod.outgoing.prod.webservices.mozgcp.net/v1/d899243c3222e303a4ac90833f850da61cdf8f7779e2685f60f657254302216d/https%3A//github.com/OhMyGuus/I-Dont-Care-About-Cookies\" rel=\"nofollow\">https://github.com/OhMyGuus/I-Dont-Care-About-Cookies</a>";
license = licenses.gpl3;
mozPermissions = [
"tabs"
"storage"
"http://*/*"
"https://*/*"
"notifications"
"webRequest"
"webRequestBlocking"
"webNavigation"
];
platforms = platforms.all;
};
};
2023-11-22 15:33:16 -05:00
"opera-gx-witchcraft-purple" = buildFirefoxXpiAddon {
pname = "opera-gx-witchcraft-purple";
version = "2.0";
addonId = "{bf197856-a3c2-4280-84c5-9b556379b706}";
url = "https://addons.mozilla.org/firefox/downloads/file/3522842/opera_gx_witchcraft_purple-2.0.xpi";
sha256 = "aa3c6377b8571c42a3988de042694be70ec6a250a9aea7ae1cc262acdc9374eb";
meta = with lib; {
description = "inspired by Opera GX";
license = licenses.cc-by-sa-30;
mozPermissions = [];
platforms = platforms.all;
};
};
2024-06-10 22:57:20 -04:00
"return-youtube-dislikes" = buildFirefoxXpiAddon {
pname = "return-youtube-dislikes";
version = "3.0.0.16";
2024-06-10 22:57:20 -04:00
addonId = "{762f9885-5a13-4abd-9c77-433dcd38b8fd}";
url = "https://addons.mozilla.org/firefox/downloads/file/4308076/return_youtube_dislikes-3.0.0.16.xpi";
sha256 = "46356bf30f6a06fee3497133c0b69a39ab09f393fa7d4c0e4d1c89cee1d020e4";
2024-06-10 22:57:20 -04:00
meta = with lib; {
description = "Returns ability to see dislike statistics on youtube";
license = licenses.gpl3;
mozPermissions = [
"activeTab"
"*://*.youtube.com/*"
"storage"
"*://returnyoutubedislikeapi.com/*"
];
platforms = platforms.all;
};
};
"sound-volume" = buildFirefoxXpiAddon {
pname = "sound-volume";
version = "1.5.5";
addonId = "{c4b582ec-4343-438c-bda2-2f691c16c262}";
url = "https://addons.mozilla.org/firefox/downloads/file/4219765/600_sound_volume-1.5.5.xpi";
sha256 = "efc686d54727f29b5c796f4037f19a5d5f31f77354c9c5f8f47d8768ba24fe98";
meta = with lib; {
homepage = "http://resourcefulman.net/";
description = "Up to 600% volume boost";
license = licenses.mpl20;
mozPermissions = [
"<all_urls>"
"tabs"
"activeTab"
"storage"
"webRequest"
"webRequestBlocking"
];
platforms = platforms.all;
};
};
"sponsorblock" = buildFirefoxXpiAddon {
pname = "sponsorblock";
version = "5.7";
2024-06-10 22:57:20 -04:00
addonId = "sponsorBlocker@ajay.app";
url = "https://addons.mozilla.org/firefox/downloads/file/4308094/sponsorblock-5.7.xpi";
sha256 = "05b7fadde5718cd44520a86e6b38b10816762df763767ef4bb879112ed77caae";
2024-06-10 22:57:20 -04:00
meta = with lib; {
homepage = "https://sponsor.ajay.app";
description = "Easily skip YouTube video sponsors. When you visit a YouTube video, the extension will check the database for reported sponsors and automatically skip known sponsors. You can also report sponsors in videos. Other browsers: https://sponsor.ajay.app";
license = licenses.lgpl3;
mozPermissions = [
"storage"
"scripting"
"https://sponsor.ajay.app/*"
2024-06-10 22:57:20 -04:00
"https://*.youtube.com/*"
"https://www.youtube-nocookie.com/embed/*"
];
platforms = platforms.all;
};
};
"stylus" = buildFirefoxXpiAddon {
pname = "stylus";
2024-07-07 02:10:08 -04:00
version = "1.5.48";
2024-06-10 22:57:20 -04:00
addonId = "{7a7a4a92-a2a0-41d1-9fd7-1e92480d612d}";
2024-07-07 02:10:08 -04:00
url = "https://addons.mozilla.org/firefox/downloads/file/4312995/styl_us-1.5.48.xpi";
sha256 = "c41434ff62124d16a8eb4e29876f2fb1850a6003957fb679b4f16e76621e9151";
2024-06-10 22:57:20 -04:00
meta = with lib; {
homepage = "https://add0n.com/stylus.html";
description = "Redesign your favorite websites with Stylus, an actively developed and community driven userstyles manager. Easily install custom themes from popular online repositories, or create, edit, and manage your own personalized CSS stylesheets.";
license = licenses.gpl3;
mozPermissions = [
"tabs"
"webNavigation"
"webRequest"
"webRequestBlocking"
"contextMenus"
"storage"
"unlimitedStorage"
"alarms"
"<all_urls>"
"http://userstyles.org/*"
"https://userstyles.org/*"
];
platforms = platforms.all;
};
};
2023-11-22 15:33:16 -05:00
"ttv-lol-pro" = buildFirefoxXpiAddon {
pname = "ttv-lol-pro";
2024-05-07 22:50:49 -04:00
version = "2.3.7";
2023-11-22 15:33:16 -05:00
addonId = "{76ef94a4-e3d0-4c6f-961a-d38a429a332b}";
2024-05-07 22:50:49 -04:00
url = "https://addons.mozilla.org/firefox/downloads/file/4280177/ttv_lol_pro-2.3.7.xpi";
sha256 = "2e71c1fa3f5108cf77b1ca8b5a32955584be893ae151a27cd32d10073ae56820";
2023-11-22 15:33:16 -05:00
meta = with lib; {
homepage = "https://github.com/younesaassila/ttv-lol-pro";
description = "TTV LOL PRO removes most livestream ads from Twitch.";
license = licenses.gpl3;
mozPermissions = [
"proxy"
"storage"
"webRequest"
"webRequestBlocking"
2024-03-19 15:49:22 -04:00
"https://*.live-video.net/*"
2023-11-22 15:33:16 -05:00
"https://*.ttvnw.net/*"
"https://*.twitch.tv/*"
"https://perfprod.com/ttvlolpro/telemetry"
"https://www.twitch.tv/*"
"https://m.twitch.tv/*"
];
platforms = platforms.all;
};
};
2024-06-10 22:57:20 -04:00
"ublock-origin" = buildFirefoxXpiAddon {
pname = "ublock-origin";
chore: update flake.lock Flake Inputs: • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay/a9c387d' (2024-07-30) → 'github:matt1432/discord-nightly-overlay/f7a47ab' (2024-07-31) • Updated input 'discord-overlay/Vencord-src': 'github:Vendicated/vencord/5e9a9fe' (2024-07-25) → 'github:Vendicated/vencord/1bfdcf2' (2024-07-31) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=ddf3fa5' (2024-07-28) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=dde9c3f' (2024-08-01) • Updated input 'home-manager': 'github:nix-community/home-manager/4fcd54d' (2024-07-30) → 'github:nix-community/home-manager/6e09057' (2024-07-31) • Updated input 'hyprland': 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=3b9b534&submodules=1' (2024-07-30) → 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=09bb565&submodules=1' (2024-08-01) • Updated input 'jellyfin-flake': 'github:matt1432/nixos-jellyfin/7253d43' (2024-07-30) → 'github:matt1432/nixos-jellyfin/8787fa9' (2024-08-01) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/3bd0599' (2024-07-26) → 'github:Jovian-Experiments/Jovian-NixOS/ff83ee2' (2024-08-01) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/7a07614' (2024-07-29) → 'github:fufexan/nix-gaming/78f4737' (2024-08-01) • Updated input 'nixd': 'github:nix-community/nixd/4c306e7' (2024-07-26) → 'github:nix-community/nixd/5c3f5ca' (2024-07-31) • Added input 'nixd/treefmt-nix': 'github:numtide/treefmt-nix/768acdb' (2024-07-30) • Added input 'nixd/treefmt-nix/nixpkgs': follows 'nixd/nixpkgs' • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/3fcada1' (2024-07-30) → 'github:NixOS/nixpkgs/9f918d6' (2024-07-31) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/8badd76' (2024-07-30) → 'github:nix-community/nixpkgs-wayland/f542b1e' (2024-08-02) • Updated input 'pcsd': 'github:matt1432/nixos-pcsd/3fa8578' (2024-07-31) → 'github:matt1432/nixos-pcsd/f3cc4e9' (2024-08-01) Docker Images: • vegardit/gitea-act-runner dind-latest: sha256:4b6c8d7b73c597b70b6d675ad8bb75b1ad0cdd686fabd51a50f89baa2e9c27e8 → sha256:a69efce45a138217a87e24fe0197519a95ec60fc35bfcaffaced9fed5e86a1ec • rssbridge/rss-bridge latest: sha256:6161fe1fef70ad077dcae364164d7739c9c0d76bbc7f154dd64a2352fc93f291 → sha256:7fe570255a762fe4c183be06bcb58f0a5718605a24bd4a87ef32fc6e8ea8657d • nextcloud 29.0.4-fpm: sha256:ef2c7bb5acb7763d2f898214db4a65876c828aaf36567cd2ab2af6697c2f758e → sha256:3673ad2455a4dfbdbeef2860aa0f5955b3b122a5ed56d463a0315df9e4405758 • ghcr.io/linuxserver/calibre latest: sha256:9d769fe402690da7f3ca750a925859ef99b4e5bec86d4739f87c7cd43e18a246 → sha256:e179e32b1ed42814816e5379d08ee9d9f957f6e704c8695bd1ffece9668a9192 • ghcr.io/linuxserver/prowlarr latest: sha256:9a98da4fb506278ce92c2fdbb4e08a38418dd1456e3dd8b3a1f00a42a8ec4fb0 → sha256:7fe57565907f4f776d43c15b2e020a0e4a62fe1e04e80e25b85a3ae4ca49e5d0 • ghcr.io/linuxserver/sabnzbd latest: sha256:d6a2a967d47b495c5342bc23de76d35eeb2f3ceb53c7be51885ad25f95dffe9b → sha256:dda700370ad4281d8ffda4fbdad8ac3f720a2829936eafc794fca652095ed4be • ghcr.io/fallenbagel/jellyseerr develop: sha256:788f508bdb33812a77acc8281e1299ff95ddebd07aee40d452e4f0c74bb15dc9 → sha256:8ea014ac2b7058c3a6a68df0cb0399a96c04438f1c9376dee1bbb6ec747ee7c1 Firefox Addons: ublock-origin: 1.58.0 -> 1.59.0 Misc Sources: Vuetorrent: 2.11.0 -> 2.11.1
2024-08-02 01:38:41 -04:00
version = "1.59.0";
2024-06-10 22:57:20 -04:00
addonId = "uBlock0@raymondhill.net";
chore: update flake.lock Flake Inputs: • Updated input 'discord-overlay': 'github:matt1432/discord-nightly-overlay/a9c387d' (2024-07-30) → 'github:matt1432/discord-nightly-overlay/f7a47ab' (2024-07-31) • Updated input 'discord-overlay/Vencord-src': 'github:Vendicated/vencord/5e9a9fe' (2024-07-25) → 'github:Vendicated/vencord/1bfdcf2' (2024-07-31) • Updated input 'gpu-screen-recorder-src': 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=ddf3fa5' (2024-07-28) → 'git+https://repo.dec05eba.com/gpu-screen-recorder?ref=refs/heads/master&rev=dde9c3f' (2024-08-01) • Updated input 'home-manager': 'github:nix-community/home-manager/4fcd54d' (2024-07-30) → 'github:nix-community/home-manager/6e09057' (2024-07-31) • Updated input 'hyprland': 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=3b9b534&submodules=1' (2024-07-30) → 'git+https://github.com/hyprwm/Hyprland?ref=refs/heads/main&rev=09bb565&submodules=1' (2024-08-01) • Updated input 'jellyfin-flake': 'github:matt1432/nixos-jellyfin/7253d43' (2024-07-30) → 'github:matt1432/nixos-jellyfin/8787fa9' (2024-08-01) • Updated input 'jovian': 'github:Jovian-Experiments/Jovian-NixOS/3bd0599' (2024-07-26) → 'github:Jovian-Experiments/Jovian-NixOS/ff83ee2' (2024-08-01) • Updated input 'nix-gaming': 'github:fufexan/nix-gaming/7a07614' (2024-07-29) → 'github:fufexan/nix-gaming/78f4737' (2024-08-01) • Updated input 'nixd': 'github:nix-community/nixd/4c306e7' (2024-07-26) → 'github:nix-community/nixd/5c3f5ca' (2024-07-31) • Added input 'nixd/treefmt-nix': 'github:numtide/treefmt-nix/768acdb' (2024-07-30) • Added input 'nixd/treefmt-nix/nixpkgs': follows 'nixd/nixpkgs' • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/3fcada1' (2024-07-30) → 'github:NixOS/nixpkgs/9f918d6' (2024-07-31) • Updated input 'nixpkgs-wayland': 'github:nix-community/nixpkgs-wayland/8badd76' (2024-07-30) → 'github:nix-community/nixpkgs-wayland/f542b1e' (2024-08-02) • Updated input 'pcsd': 'github:matt1432/nixos-pcsd/3fa8578' (2024-07-31) → 'github:matt1432/nixos-pcsd/f3cc4e9' (2024-08-01) Docker Images: • vegardit/gitea-act-runner dind-latest: sha256:4b6c8d7b73c597b70b6d675ad8bb75b1ad0cdd686fabd51a50f89baa2e9c27e8 → sha256:a69efce45a138217a87e24fe0197519a95ec60fc35bfcaffaced9fed5e86a1ec • rssbridge/rss-bridge latest: sha256:6161fe1fef70ad077dcae364164d7739c9c0d76bbc7f154dd64a2352fc93f291 → sha256:7fe570255a762fe4c183be06bcb58f0a5718605a24bd4a87ef32fc6e8ea8657d • nextcloud 29.0.4-fpm: sha256:ef2c7bb5acb7763d2f898214db4a65876c828aaf36567cd2ab2af6697c2f758e → sha256:3673ad2455a4dfbdbeef2860aa0f5955b3b122a5ed56d463a0315df9e4405758 • ghcr.io/linuxserver/calibre latest: sha256:9d769fe402690da7f3ca750a925859ef99b4e5bec86d4739f87c7cd43e18a246 → sha256:e179e32b1ed42814816e5379d08ee9d9f957f6e704c8695bd1ffece9668a9192 • ghcr.io/linuxserver/prowlarr latest: sha256:9a98da4fb506278ce92c2fdbb4e08a38418dd1456e3dd8b3a1f00a42a8ec4fb0 → sha256:7fe57565907f4f776d43c15b2e020a0e4a62fe1e04e80e25b85a3ae4ca49e5d0 • ghcr.io/linuxserver/sabnzbd latest: sha256:d6a2a967d47b495c5342bc23de76d35eeb2f3ceb53c7be51885ad25f95dffe9b → sha256:dda700370ad4281d8ffda4fbdad8ac3f720a2829936eafc794fca652095ed4be • ghcr.io/fallenbagel/jellyseerr develop: sha256:788f508bdb33812a77acc8281e1299ff95ddebd07aee40d452e4f0c74bb15dc9 → sha256:8ea014ac2b7058c3a6a68df0cb0399a96c04438f1c9376dee1bbb6ec747ee7c1 Firefox Addons: ublock-origin: 1.58.0 -> 1.59.0 Misc Sources: Vuetorrent: 2.11.0 -> 2.11.1
2024-08-02 01:38:41 -04:00
url = "https://addons.mozilla.org/firefox/downloads/file/4328681/ublock_origin-1.59.0.xpi";
sha256 = "1db9c676a07d141f8d36dbbc24f9e3d64a6cc2340dbfc6c848bc4395f96cfb14";
2024-06-10 22:57:20 -04:00
meta = with lib; {
homepage = "https://github.com/gorhill/uBlock#ublock-origin";
description = "Finally, an efficient wide-spectrum content blocker. Easy on CPU and memory.";
license = licenses.gpl3;
mozPermissions = [
"alarms"
"dns"
"menus"
"privacy"
"storage"
"tabs"
"unlimitedStorage"
"webNavigation"
"webRequest"
"webRequestBlocking"
"<all_urls>"
"http://*/*"
"https://*/*"
"file://*/*"
"https://easylist.to/*"
"https://*.fanboy.co.nz/*"
"https://filterlists.com/*"
"https://forums.lanik.us/*"
"https://github.com/*"
"https://*.github.io/*"
"https://github.com/uBlockOrigin/*"
"https://ublockorigin.github.io/*"
"https://*.reddit.com/r/uBlockOrigin/*"
];
platforms = platforms.all;
};
};
"undoclosetabbutton" = buildFirefoxXpiAddon {
pname = "undoclosetabbutton";
version = "8.0.0";
addonId = "{4853d046-c5a3-436b-bc36-220fd935ee1d}";
url = "https://addons.mozilla.org/firefox/downloads/file/4212173/undoclosetabbutton-8.0.0.xpi";
sha256 = "c83a058c417f98d75e62ab310e2995971bf79c99cd83cf1dcbd8a44797aa60c4";
meta = with lib; {
homepage = "https://github.com/M-Reimer/undoclosetab";
description = "Allows you to restore the tab you just closed with a single clickplus it can offer a list of recently closed tabs within a convenient context menu.";
license = licenses.gpl3;
mozPermissions = ["menus" "tabs" "sessions" "storage" "theme"];
platforms = platforms.all;
};
};
2023-11-22 15:33:16 -05:00
}