forked from poz/niksos
add home manager search to firefox
This commit is contained in:
parent
61a2a91ba7
commit
f80ae75cd6
1 changed files with 5 additions and 0 deletions
|
@ -82,6 +82,11 @@
|
|||
updateInterval = 24 * 60 * 60 * 1000;
|
||||
definedAliases = [ "@nw" ];
|
||||
};
|
||||
"Home Manager Option Search" = {
|
||||
urls = [{ template = "https://mipmip.github.io/home-manager-option-search/?query={searchTerms}"; }];
|
||||
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
||||
definedAliases = [ "@hm" ];
|
||||
};
|
||||
};
|
||||
force = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue