this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use nix.ee for search

Ben C 71030556 fbb5d35b

+10 -7
+10 -7
homeModules/firefox.nix
··· 331 331 ] "https://hoogle.haskell.org/?hoogle={searchTerms}" "png"; 332 332 333 333 ### Nix 334 + "Searchix Combined" = mkEngine [ 335 + "@n" 336 + "@nixall" 337 + ] "https://search.nix.ee/?query={searchTerms}" "ico"; 334 338 "Nix Packages" = mkEngine [ 335 339 "@nixpkgs" 336 - ] "https://search.nixos.org/packages?channel=unstable&size=500&query={searchTerms}" "png"; 340 + ] "https://search.nix.ee/packages/nixpkgs/search?query={searchTerms}" "ico"; 337 341 "NixOS Options" = mkEngine [ 338 342 "@nixos" 339 - ] "https://search.nixos.org/options?channel=unstable&size=500&query={searchTerms}" "png"; 343 + ] "https://search.nix.ee/packages/nixos/search?query={searchTerms}" "ico"; 340 344 "NixOS Wiki" = mkEngine ["@nixwiki"] "https://nixos.wiki/index.php?search={searchTerms}" "png"; 341 - "Home Manager Options" = 342 - mkEngineForceFavicon ["@hm"] 343 - "https://home-manager-options.extranix.com/?release=master&query={searchTerms}" 344 - "https://home-manager-options.extranix.com/images/favicon.png"; 345 + "Home Manager Options" = mkEngine [ 346 + "@hm" 347 + ] "https://search.nix.ee/packages/home-manager/search?query={searchTerms}" "ico"; 345 348 "Noogle" = mkEngine [ 346 349 "@noogle" 347 350 "@nixlib" 348 - ] "https://noogle.dev/q?limit=100&term={searchTerms}" "png"; 351 + ] "https://docs.nix.ee/q/?term={searchTerms}" "png"; 349 352 "SourceGraph Nix" = 350 353 mkEngine ["@sgn" "@yoink"] 351 354 "https://sourcegraph.com/search?q=lang:Nix+-repo:NixOS/*+-repo:nix-community/*+{searchTerms}"