firefox: add preConfig
Add `preConfig`, which acts like `extraConfig`, but placed before `settings`. This will allow to overwrite settings in `preConfig`, using `settings` option.
This commit is contained in:
parent
bd530df4e2
commit
0ee8bfdd04
7 changed files with 93 additions and 5 deletions
|
|
@ -1,5 +1,7 @@
|
|||
// Generated by Home Manager.
|
||||
|
||||
|
||||
|
||||
user_pref("browser.bookmarks.file", "/nix/store/00000000000000000000000000000000-@name@-bookmarks.html");
|
||||
user_pref("browser.places.importBookmarksHTML", true);
|
||||
user_pref("general.smoothScroll", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue