Refactor the whole configuration #1

Merged
caem merged 354 commits from refactor into master 2025-02-01 14:05:16 +01:00
Showing only changes of commit a3cb287864 - Show all commits

View file

@ -14,7 +14,7 @@ let
"\n"
(builtins.attrValues
(builtins.mapAttrs
(n: v: ''user_pref("${n}", ${prefToString v});'') prefs));
(n: v: ''pref("${n}", ${prefToString v});'') prefs));
in
mkPrefs {
"browser.urlbar.suggest.topsites" = false;