mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
librewolf: add temp-mail.org bookmark
This commit is contained in:
@@ -386,6 +386,12 @@
|
|||||||
keyword = "nix reference manual";
|
keyword = "nix reference manual";
|
||||||
url = "https://nix.dev/manual/nix/2.34/nix-2.34.html";
|
url = "https://nix.dev/manual/nix/2.34/nix-2.34.html";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "Disposable temporary email";
|
||||||
|
tags = ["privacy" "email" "temporary"];
|
||||||
|
keyword = "disposable temporary email";
|
||||||
|
url = "https://temp-mail.org";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
search = {
|
search = {
|
||||||
@@ -622,6 +628,17 @@
|
|||||||
# };
|
# };
|
||||||
#};
|
#};
|
||||||
};
|
};
|
||||||
|
bookmarks = {
|
||||||
|
force = true;
|
||||||
|
settings = [
|
||||||
|
{
|
||||||
|
name = "Disposable temporary email";
|
||||||
|
tags = ["privacy" "email" "temporary"];
|
||||||
|
keyword = "disposable temporary email";
|
||||||
|
url = "https://temp-mail.org";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
search = {
|
search = {
|
||||||
force = true;
|
force = true;
|
||||||
default = "quant";
|
default = "quant";
|
||||||
|
|||||||
Reference in New Issue
Block a user