mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-05-01 06:19:12 +00:00
users/foo-dogsquared/programs/browsers: update extensions list
This commit is contained in:
parent
40b6300c3b
commit
667a90458a
@ -19,9 +19,11 @@ let
|
|||||||
{ id = "kkmlkkjojmombglmlpbpapmhcaljjkde"; } # Zhongwen
|
{ id = "kkmlkkjojmombglmlpbpapmhcaljjkde"; } # Zhongwen
|
||||||
{ id = "nngceckbapebfimnlniiiahkandclblb"; } # Bitwarden
|
{ id = "nngceckbapebfimnlniiiahkandclblb"; } # Bitwarden
|
||||||
{ id = "oldceeleldhonbafppcapldpdifcinji"; } # LanguageTool checker
|
{ id = "oldceeleldhonbafppcapldpdifcinji"; } # LanguageTool checker
|
||||||
{ id = "nglaklhklhcoonedhgnpgddginnjdadi"; } # ActivityWatch Web Watcher
|
|
||||||
{ id = "dgjhfomjieaadpoljlnidmbgkdffpack"; } # Sourcegraph
|
{ id = "dgjhfomjieaadpoljlnidmbgkdffpack"; } # Sourcegraph
|
||||||
{ id = "palihjnakafgffnompkdfgbgdbcagbko"; } # UpdateSWH
|
{ 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
|
{ id = "gphhapmejobijbbhgpjhcjognlahblep"; } # GNOME Shell integration
|
||||||
];
|
];
|
||||||
in {
|
in {
|
||||||
@ -95,7 +97,6 @@ in {
|
|||||||
|
|
||||||
extensions.packages = with pkgs.nur.repos.rycee.firefox-addons;
|
extensions.packages = with pkgs.nur.repos.rycee.firefox-addons;
|
||||||
[
|
[
|
||||||
aw-watcher-web
|
|
||||||
bitwarden
|
bitwarden
|
||||||
browserpass
|
browserpass
|
||||||
facebook-container
|
facebook-container
|
||||||
@ -112,7 +113,6 @@ in {
|
|||||||
vimium
|
vimium
|
||||||
wayback-machine
|
wayback-machine
|
||||||
] ++ (with pkgs.firefox-addons; [
|
] ++ (with pkgs.firefox-addons; [
|
||||||
get-rss-feed-url
|
|
||||||
google-container
|
google-container
|
||||||
microsoft-container
|
microsoft-container
|
||||||
regretsreporter
|
regretsreporter
|
||||||
@ -123,7 +123,9 @@ in {
|
|||||||
open-access-helper
|
open-access-helper
|
||||||
rsshub-radar
|
rsshub-radar
|
||||||
]) ++ lib.optionals config.programs.mpv.enable
|
]) ++ 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
|
# Much of the settings are affected by the policies set in the
|
||||||
# package. See more information about them in
|
# package. See more information about them in
|
||||||
|
Loading…
Reference in New Issue
Block a user