rearrange firefox and vpn modules
This commit is contained in:
parent
faa530f54f
commit
c8e9d66f51
13 changed files with 8 additions and 478 deletions
|
|
@ -1,89 +0,0 @@
|
|||
{
|
||||
force = true;
|
||||
settings = [
|
||||
{
|
||||
name = "Toolbar";
|
||||
toolbar = true;
|
||||
bookmarks = [
|
||||
{
|
||||
name = "Translate";
|
||||
url = "https://translate.google.com/?sl=auto&tl=en&op=translate";
|
||||
}
|
||||
{
|
||||
name = "iCloud";
|
||||
url = "https://www.icloud.com/mail/";
|
||||
}
|
||||
{
|
||||
name = "Outlook";
|
||||
url = "https://outlook.office.com/mail/";
|
||||
}
|
||||
{
|
||||
name = "Teams";
|
||||
url = "https://teams.microsoft.com/v2/";
|
||||
}
|
||||
{
|
||||
name = "Overleaf";
|
||||
url = "https://www.overleaf.com/project";
|
||||
}
|
||||
{
|
||||
name = "Photos";
|
||||
url = "https://photo.yanlincs.com/photos";
|
||||
}
|
||||
{
|
||||
name = "Resource";
|
||||
bookmarks = [
|
||||
{
|
||||
name = "动漫花园";
|
||||
url = "https://share.dmhy.org/";
|
||||
}
|
||||
{
|
||||
name = "天使动漫";
|
||||
url = "https://www.tsdm39.com/forum.php";
|
||||
}
|
||||
{
|
||||
name = "Kox.moe";
|
||||
url = "https://kxx.moe/";
|
||||
}
|
||||
{
|
||||
name = "PT";
|
||||
bookmarks = [
|
||||
{
|
||||
name = "M-Teams";
|
||||
url = "https://next.m-team.cc/index";
|
||||
}
|
||||
{
|
||||
name = "PTer";
|
||||
url = "https://pterclub.net/torrents.php";
|
||||
}
|
||||
{
|
||||
name = "HDSky";
|
||||
url = "https://hdsky.me/torrents.php";
|
||||
}
|
||||
{
|
||||
name = "Ourbits";
|
||||
url = "https://ourbits.club/index.php";
|
||||
}
|
||||
{
|
||||
name = "U2";
|
||||
url = "https://u2.dmhy.org/torrents.php";
|
||||
}
|
||||
{
|
||||
name = "Jpopsuki";
|
||||
url = "https://jpopsuki.eu/index.php";
|
||||
}
|
||||
{
|
||||
name = "Azusa";
|
||||
url = "https://azusa.wiki/torrents.php";
|
||||
}
|
||||
{
|
||||
name = "Skyey Snow";
|
||||
url = "https://www.skyey2.com/forum.php?mod=torrents";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
@ -1,32 +0,0 @@
|
|||
args:
|
||||
|
||||
{
|
||||
packages = let
|
||||
firefox-addons = args.firefox-addons or null;
|
||||
pkgs = args.pkgs;
|
||||
system = pkgs.stdenv.hostPlatform.system;
|
||||
|
||||
buildFirefoxXpiAddon = firefox-addons.lib.${system}.buildFirefoxXpiAddon or null;
|
||||
|
||||
zotero-connector = if buildFirefoxXpiAddon != null then
|
||||
buildFirefoxXpiAddon {
|
||||
pname = "zotero-connector";
|
||||
version = "5.0.195";
|
||||
addonId = "zotero@chnm.gmu.edu";
|
||||
url = "https://download.zotero.org/connector/firefox/release/Zotero_Connector-5.0.195.xpi";
|
||||
sha256 = "gTfwxRyzJ3e92+bvvt52eXUE2mhRhPybq1gqKAdtwcg=";
|
||||
meta = {};
|
||||
}
|
||||
else null;
|
||||
|
||||
in
|
||||
(if firefox-addons != null then
|
||||
with firefox-addons.packages.${system}; [
|
||||
ublock-origin
|
||||
vimium
|
||||
darkreader
|
||||
cookies-txt
|
||||
]
|
||||
else [])
|
||||
++ (if zotero-connector != null then [ zotero-connector ] else []);
|
||||
}
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
{
|
||||
force = true;
|
||||
default = "ddg";
|
||||
|
||||
engines = {
|
||||
# Hide unwanted default search engines
|
||||
"google".metaData.hidden = true;
|
||||
"bing".metaData.hidden = true;
|
||||
"amazondotcom-us".metaData.hidden = true;
|
||||
"ebay".metaData.hidden = true;
|
||||
"wikipedia".metaData.hidden = true;
|
||||
"perplexity".metaData.hidden = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue