mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Packages/Firefox] Add Grammalecte extension
This commit is contained in:
parent
23e11dd2c2
commit
3a399de728
1 changed files with 5 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ in pkgs.wrapFirefox pkgs.firefox-esr-unwrapped {
|
|||
Extensions = {
|
||||
Install = [
|
||||
"uBlock0@raymondhill.net"
|
||||
"French-GC@grammalecte.net"
|
||||
];
|
||||
};
|
||||
ExtensionSettings = {
|
||||
|
|
@ -64,6 +65,10 @@ in pkgs.wrapFirefox pkgs.firefox-esr-unwrapped {
|
|||
installation_mode = "force_installed";
|
||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi";
|
||||
};
|
||||
"French-GC@grammalecte.net" = {
|
||||
installation_mode = "force_installed";
|
||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/grammalecte-fr/latest.xpi";
|
||||
};
|
||||
};
|
||||
ExtensionUpdate = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue