fix(hm/firefox): fix search file conflict
All checks were successful
/ check (push) Successful in 9s
/ build-packages (push) Successful in 15s
/ build-vm (push) Successful in 3s
/ report-size (push) Successful in 4s

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:
Jalil David Salamé Messina 2025-05-24 17:39:50 +02:00
parent f7dbeda1f2
commit bdfa4dba07
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -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; };