my nixos dotfiles :3 (git.koi.rip mirror) git.koi.rip/koi/dotfiles
linux dotfiles neovim nixos catppuccin
0
fork

Configure Feed

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

zen-browser: alpine package search

june 36c527cd 3bd0288f

+6
+6
home/modules/programs/zen-browser.nix
··· 19 19 urls = [ { template = "https://search.nelliel.cv/web?s={searchTerms}"; } ]; 20 20 iconMapObj."32" = "https://search.nelliel.cv/favicon.ico"; 21 21 }; 22 + alpine = { 23 + name = "Aplpine Packages"; 24 + definedAliases = [ "@alpine" ]; 25 + urls = [ { template = "https://pkgs.alpinelinux.org/packages?name={searchTerms}&branch=edge&repo=&arch="; } ]; 26 + iconMapObj."16" = "https://search.nixos.org/favicon.png"; 27 + }; 22 28 nixpkgs = { 23 29 name = "Nixpkgs"; 24 30 definedAliases = [ "@nixpkgs" ];