Updated home manager url for firefox search.
This commit is contained in:
parent
4fd19a9ba2
commit
68e2f30a0c
5
home.nix
5
home.nix
|
|
@ -27,6 +27,11 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Configure xdg-desktop-portal (for file picker, etc.)
|
||||||
|
# xdg.portal = {
|
||||||
|
# enable = true;
|
||||||
|
# };
|
||||||
|
|
||||||
# Install packages
|
# Install packages
|
||||||
home.packages =
|
home.packages =
|
||||||
with pkgs;
|
with pkgs;
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@
|
||||||
};
|
};
|
||||||
"HomeManager Unofficial Options" = {
|
"HomeManager Unofficial Options" = {
|
||||||
urls = [{
|
urls = [{
|
||||||
template = "https://mipmip.github.io/home-manager-option-search";
|
template = "https://home-manager-options.extranix.com";
|
||||||
params = [
|
params = [
|
||||||
{ name = "query"; value = "{searchTerms}"; }
|
{ name = "query"; value = "{searchTerms}"; }
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue