mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-10 10:47:02 +00:00
Add `preConfig`, which acts like `extraConfig`, but placed before `settings`. This will allow to overwrite settings in `preConfig`, using `settings` option.
10 lines
239 B
JavaScript
10 lines
239 B
JavaScript
// 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);
|
|
|
|
|
|
|