feat(tuxedo), chore: update flake inputs, add new host
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
enable = true;
|
||||
|
||||
profiles.default = {
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
extensions.packages = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
ublock-origin
|
||||
private-relay
|
||||
libredirect
|
||||
yomitan
|
||||
|
||||
reddit-enhancement-suite
|
||||
enhancer-for-youtube
|
||||
@@ -54,7 +54,7 @@
|
||||
|
||||
search = {
|
||||
force = true;
|
||||
default = "DuckDuckGo";
|
||||
default = "ddg";
|
||||
|
||||
engines = let
|
||||
makeShortcuts = let
|
||||
@@ -69,11 +69,11 @@
|
||||
};
|
||||
};
|
||||
in engines: lib.listToAttrs (map hideEngine engines);
|
||||
in (hideEngines [ "Google" "Bing" "Amazon.com" "eBay" ]) //
|
||||
in (hideEngines [ "google" "bing" "amazondotcom-us" "ebay" ]) //
|
||||
{
|
||||
"Arch Wiki" = {
|
||||
urls = [{ template = "https://wiki.archlinux.org/index.php?search={searchTerms}"; }];
|
||||
iconUpdateURL = "https://wiki.archlinux.org/favicon.ico";
|
||||
icon = "https://wiki.archlinux.org/favicon.ico";
|
||||
definedAliases = makeShortcuts [ "archlinux" "aw" ];
|
||||
};
|
||||
|
||||
@@ -93,19 +93,19 @@
|
||||
|
||||
"NixOS Wiki" = {
|
||||
urls = [{ template = "https://wiki.nixos.org/w/index.php?search={searchTerms}"; }];
|
||||
iconUpdateURL = "https://wiki.nixos.org/favicon.png";
|
||||
icon = "https://wiki.nixos.org/favicon.png";
|
||||
definedAliases = makeShortcuts [ "nixos" "nw" ];
|
||||
};
|
||||
|
||||
"MyNixOS" = {
|
||||
urls = [{ template = "https://mynixos.com/search?q={searchTerms}"; }];
|
||||
iconUpdateURL = "https://mynixos.com/favicon-light.svg";
|
||||
icon = "https://mynixos.com/favicon-light.svg";
|
||||
definedAliases = makeShortcuts [ "mynixos" "mw" ];
|
||||
};
|
||||
|
||||
"RuTracker" = {
|
||||
urls = [{ template = "https://rutracker.org/forum/tracker.php?nm={searchTerms}"; }];
|
||||
iconUpdateURL = "https://rutracker.org/favicon.ico";
|
||||
icon = "https://rutracker.org/favicon.ico";
|
||||
definedAliases = makeShortcuts [ "rutracker" "rt" ];
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user