add goodlinks extension
This commit is contained in:
parent
0a9a9f2596
commit
9bf2cc0a17
1 changed files with 13 additions and 1 deletions
|
|
@ -18,6 +18,17 @@ args:
|
||||||
meta = {};
|
meta = {};
|
||||||
}
|
}
|
||||||
else null;
|
else null;
|
||||||
|
|
||||||
|
goodlinks = if buildFirefoxXpiAddon != null then
|
||||||
|
buildFirefoxXpiAddon {
|
||||||
|
pname = "save-to-goodlinks";
|
||||||
|
version = "1.0.16";
|
||||||
|
addonId = "support@goodlinks.app";
|
||||||
|
url = "https://addons.mozilla.org/firefox/downloads/file/4624640/save_to_goodlinks-1.0.16.xpi";
|
||||||
|
sha256 = "0qilr1vfvjyv91vk7rm6ypl6rxdpyd8h47hwf3nfsbyny27kb0cd";
|
||||||
|
meta = {};
|
||||||
|
}
|
||||||
|
else null;
|
||||||
in
|
in
|
||||||
(if firefox-addons != null then
|
(if firefox-addons != null then
|
||||||
with firefox-addons.packages.${system}; [
|
with firefox-addons.packages.${system}; [
|
||||||
|
|
@ -27,5 +38,6 @@ args:
|
||||||
darkreader
|
darkreader
|
||||||
]
|
]
|
||||||
else [])
|
else [])
|
||||||
++ (if zotero-connector != null then [ zotero-connector ] else []);
|
++ (if zotero-connector != null then [ zotero-connector ] else [])
|
||||||
|
++ (if goodlinks != null then [ goodlinks ] else []);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue