diff --git a/home/program/firefox/default.nix b/home/program/firefox/default.nix index 4f407f51..9e978517 100644 --- a/home/program/firefox/default.nix +++ b/home/program/firefox/default.nix @@ -23,10 +23,13 @@ searchEngines = [ (mkSearchEngine "4p" "4pda" "https://4pda.to/forum/index.php?act=search&forums[]=all&source=all&query={searchTerms}") (mkSearchEngine "aw" "Arch Wiki" "https://wiki.archlinux.org/index.php?search={searchTerms}") + (mkSearchEngine "fa" "Font Awesome" "https://fontawesome.com/search?q={searchTerms}&o=r&m=free") + (mkSearchEngine "fb" "Flibusta" "https://flibusta.is/booksearch?ask={searchTerms}") (mkSearchEngine "gh" "GitHub" "https://github.com/search?q={searchTerms}") (mkSearchEngine "gc" "GitHub Code" "https://github.com/search?q={searchTerms}&type=code") (mkSearchEngine "gn" "GitHub Notif" "https://github.com/notifications?query={searchTerms}") (mkSearchEngine "hm" "Home Manager" "https://home-manager-options.extranix.com/?query={searchTerms}") + (mkSearchEngine "nf" "Nerd Fonts" "https://www.nerdfonts.com/cheat-sheet?q={searchTerms}") (mkSearchEngine "no" "NixOS Options" "https://search.nixos.org/options?query={searchTerms}") (mkSearchEngine "np" "NixOS Packages" "https://search.nixos.org/packages?query={searchTerms}") (mkSearchEngine "oz" "Ozon" "https://www.ozon.ru/search?text={searchTerms}") diff --git a/package/homer/Config.nix b/package/homer/Config.nix index 58512e61..28ebf176 100644 --- a/package/homer/Config.nix +++ b/package/homer/Config.nix @@ -32,14 +32,11 @@ (mkLink "Sync" "fa-sync" "https://sync.voronind.com") ]) (mkGroup "Bookmark" "fa-bookmark" [ - (mkLink "2gis" "fa-map-location-dot" "https://2gis.ru") - (mkLink "Flibusta" "fa-book" "https://flibusta.is") - (mkLink "FontAwesome" "fa-font-awesome" "https://fontawesome.com/search?o=r&m=free") - (mkLink "MonkeyType" "fa-keyboard" "https://monkeytype.com") - (mkLink "NerdFonts" "fa-font" "https://www.nerdfonts.com/cheat-sheet") - (mkLink "Reddit" "fab fa-reddit" "https://reddit.com") - (mkLink "Toolbox" "fa-toolbox" "https://it-tools.tech") - (mkLink "Zigbee" "fa-satellite-dish" "https://zigbee.blakadder.com") + (mkLink "2gis" "fa-map-location-dot" "https://2gis.ru") + (mkLink "MonkeyType" "fa-keyboard" "https://monkeytype.com") + (mkLink "Reddit" "fab fa-reddit" "https://reddit.com") + (mkLink "Toolbox" "fa-toolbox" "https://it-tools.tech") + (mkLink "Zigbee" "fa-satellite-dish" "https://zigbee.blakadder.com") ]) (mkGroup "Pirate" "fa-skull-crossbones" [ (mkLink "1337x" "fa-skull-crossbones" "https://1337x.to")