mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +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 = {
|
Extensions = {
|
||||||
Install = [
|
Install = [
|
||||||
"uBlock0@raymondhill.net"
|
"uBlock0@raymondhill.net"
|
||||||
|
"French-GC@grammalecte.net"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
ExtensionSettings = {
|
ExtensionSettings = {
|
||||||
|
|
@ -64,6 +65,10 @@ in pkgs.wrapFirefox pkgs.firefox-esr-unwrapped {
|
||||||
installation_mode = "force_installed";
|
installation_mode = "force_installed";
|
||||||
install_url = "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi";
|
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;
|
ExtensionUpdate = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue