firefox: refactor out settings to common

This commit is contained in:
Primrose 2025-02-23 18:51:47 +01:00
parent 3d51b2d6f9
commit e217a80ec0
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 19 additions and 28 deletions

View file

@ -59,6 +59,12 @@ in {
}
'';
settings = {
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
"browser.tabs.loadInBackground" = true;
"browser.ctrlTab.sortByRecentlyUsed" = false;
};
extensions = let
addons = nur.repos.rycee.firefox-addons;
in [