add tridactyl to firefox addons
This commit is contained in:
parent
d23f4cf261
commit
374b8435a8
2 changed files with 9 additions and 4 deletions
|
|
@ -25,8 +25,9 @@ in
|
||||||
profiles.default = {
|
profiles.default = {
|
||||||
name = "default";
|
name = "default";
|
||||||
isDefault = true;
|
isDefault = true;
|
||||||
extensions = [
|
extensions = with outputs.packages."${system}"; [
|
||||||
outputs.packages."${system}".immersive-translate
|
immersive-translate
|
||||||
|
tridactyl
|
||||||
];
|
];
|
||||||
search = {
|
search = {
|
||||||
force = true;
|
force = true;
|
||||||
|
|
|
||||||
|
|
@ -5,9 +5,13 @@
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
pinentry-selector = pkgs.callPackage ./pinentry-selector.nix { };
|
pinentry-selector = pkgs.callPackage ./pinentry-selector.nix { };
|
||||||
immersive-translate =
|
|
||||||
(pkgs.callPackage "${inputs.firefox-addons}/default.nix" { }).firefox-addons.immersive-translate;
|
|
||||||
}
|
}
|
||||||
|
// (
|
||||||
|
let
|
||||||
|
firefox-addons = (pkgs.callPackage "${inputs.firefox-addons}/default.nix" { }).firefox-addons;
|
||||||
|
in
|
||||||
|
pkgs.lib.genAttrs [ "immersive-translate" "tridactyl" ] (name: firefox-addons."${name}")
|
||||||
|
)
|
||||||
// (
|
// (
|
||||||
let
|
let
|
||||||
nur-xddxdd = (pkgs.callPackage "${inputs.nur-xddxdd}/default.nix" { });
|
nur-xddxdd = (pkgs.callPackage "${inputs.nur-xddxdd}/default.nix" { });
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue