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
|
||||
home.packages =
|
||||
with pkgs;
|
||||
|
|
|
|||
|
|
@ -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}"; }
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue