mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
9f4268e6b6
Firefox internally only supports bool, int, and string types for preferences, but often stores objects, arrays and floats as strings. This change makes it nicer to specify those type of preferences in Nix, and it also makes it possible to merge objects & arrays across multiple modules.
7 lines
173 B
JavaScript
7 lines
173 B
JavaScript
// Generated by Home Manager.
|
|
|
|
user_pref("browser.newtabpage.pinned", "[{\"title\":\"NixOS\",\"url\":\"https://nixos.org\"}]");
|
|
user_pref("general.smoothScroll", false);
|
|
|
|
|
|
|