users/foo-dogsquared/programs/browsers: update extensions list

This commit is contained in:
Gabriel Arazas 2025-04-26 10:56:31 +08:00
parent 40b6300c3b
commit 667a90458a
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -19,9 +19,11 @@ let
{ id = "kkmlkkjojmombglmlpbpapmhcaljjkde"; } # Zhongwen
{ id = "nngceckbapebfimnlniiiahkandclblb"; } # Bitwarden
{ id = "oldceeleldhonbafppcapldpdifcinji"; } # LanguageTool checker
{ id = "nglaklhklhcoonedhgnpgddginnjdadi"; } # ActivityWatch Web Watcher
{ id = "dgjhfomjieaadpoljlnidmbgkdffpack"; } # Sourcegraph
{ id = "palihjnakafgffnompkdfgbgdbcagbko"; } # UpdateSWH
] ++ lib.optionals config.services.activitywatch.enable [
{ id = "nglaklhklhcoonedhgnpgddginnjdadi"; } # ActivityWatch Web Watcher
] ++ lib.optionals (lib.elem "a-happy-gnome" attrs.nixosConfig.workflows.enable or []) [
{ id = "gphhapmejobijbbhgpjhcjognlahblep"; } # GNOME Shell integration
];
in {
@ -95,7 +97,6 @@ in {
extensions.packages = with pkgs.nur.repos.rycee.firefox-addons;
[
aw-watcher-web
bitwarden
browserpass
facebook-container
@ -112,7 +113,6 @@ in {
vimium
wayback-machine
] ++ (with pkgs.firefox-addons; [
get-rss-feed-url
google-container
microsoft-container
regretsreporter
@ -123,7 +123,9 @@ in {
open-access-helper
rsshub-radar
]) ++ lib.optionals config.programs.mpv.enable
(with pkgs.nur.repos.rycee.firefox-addons; [ ff2mpv ]);
(with pkgs.nur.repos.rycee.firefox-addons; [ ff2mpv ])
++ lib.optionals config.services.activitywatch.enable
(with pkgs.nur.repos.rycee.firefox-addons; [ aw-watcher-web ]);
# Much of the settings are affected by the policies set in the
# package. See more information about them in