fix(hm/firefox): fix search file conflict
The search file is always replaced by firefox so force replace it as otherwise home-manager tries to back it up.
This commit is contained in:
parent
f7dbeda1f2
commit
bdfa4dba07
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ in
|
|||
enable = true;
|
||||
profiles."${config.home.username}" = {
|
||||
search = {
|
||||
force = true; # firefox replaces the search settings, force replace them back
|
||||
engines =
|
||||
let
|
||||
queryParam = name: value: { inherit name value; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue