Updated home manager url for firefox search.

This commit is contained in:
vorboyvo 2024-03-20 13:01:29 -04:00
parent 4fd19a9ba2
commit 68e2f30a0c
2 changed files with 6 additions and 1 deletions

View file

@ -27,6 +27,11 @@ in
};
};
# Configure xdg-desktop-portal (for file picker, etc.)
# xdg.portal = {
# enable = true;
# };
# Install packages
home.packages =
with pkgs;

View file

@ -41,7 +41,7 @@
};
"HomeManager Unofficial Options" = {
urls = [{
template = "https://mipmip.github.io/home-manager-option-search";
template = "https://home-manager-options.extranix.com";
params = [
{ name = "query"; value = "{searchTerms}"; }
];