style: use alejandra formatter on all nix files

This commit is contained in:
Yorick Barbanneau 2025-09-25 23:33:01 +02:00
parent d563805909
commit 0d8a394dcf
Signed by: ephase
GPG key ID: 246042E52B41FFCF
76 changed files with 1287 additions and 935 deletions

View file

@ -2,7 +2,7 @@
"extensions.activeThemeID" = "firefox-compact-dark@mozilla.org";
"browser.uidensity" = 1;
# New tab behaviour
# New tab behaviour
"browser.newtabpage.activity-stream.showSearch" = false;
"browser.newtabpage.activity-stream.feeds.topsites" = false;
"browser.newtabpage.activity-stream.feeds.section.highlights" = false;
@ -11,30 +11,30 @@
"browser.newtabpage.activity-stream.showSponsoredTopSites" = false;
"browser.newtabpage.activity-stream.showSponsored" = false;
# Mozilla messages and recommendations
# Mozilla messages and recommendations
"browser.messaging-system.whatsNewPanel.enabled" = false;
"browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons" = false;
"browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features" = false;
"browser.aboutwelcome.enabled" = false;
"browser.preferences.moreFromMozilla" = false;
# Do not save my logins
# Do not save my logins
"signon.rememberSignons" = false;
# do not override status page
# do not override status page
"startup.homepage_override_url" = "";
"startup.homepage_welcome_url" = "";
# do not show bookmark page
# do not show bookmark page
"browser.toolbars.bookmarks.visibility" = "never";
# disable fucking included malwares
# disable fucking included malwares
"browser.newtabpage.activity-stream.improvesearch.topSiteSearchShortcuts.havePinned" = "";
"browser.newtabpage.activity-stream.improvesearch.topSiteSearchShortcuts.searchEngines" = "";
"browser.newtabpage.activity-stream.improvesearch.topSiteSearchShortcuts" = false;
"browser.newtabpage.pinned" = "";
# Theme customization
# Theme customization
"browser.uiCustomization.state" = builtins.toJSON {
currentVersion = 20;
newElementCount = 4;