1

Modules/Firefox: Fix (?) bookmarks structure

This commit is contained in:
2025-07-15 00:54:23 +02:00
parent 7cef0a71a2
commit 84a734b89d
3 changed files with 83 additions and 77 deletions

View File

@ -73,7 +73,7 @@ in {
WebSuggestions = false;
};
HardwareAcceleration = true;
NoDefaultBookmarks = true;
# NoDefaultBookmarks = true; # Prevents HM from applying bookmarks
OfferToSaveLogins = false;
PictureInPicture = true;
SanitizeOnShutdown = {
@ -230,12 +230,13 @@ in {
};
settings = lib.mkMerge [
(builtins.readFile ./settings.nix)
(import ./settings.nix)
{
# NOTE: This has to be updated when something is changed inside firefox...
"browser.uiCustomization.state" = builtins.readFile ./customizationState.json;
"toolkit.legacyUserProfileCustomizations.stylesheets" = firefox.disableTabBar;
"identity.fxaccounts.account.device.name" = hostname;
}
(lib.optionalAttrs firefox.vaapi {