1

Modules/Firefox: Fix (?) bookmarks structure

This commit is contained in:
2025-07-15 00:54:23 +02:00
parent c275090784
commit 59ea00aba9
3 changed files with 77 additions and 76 deletions

View File

@ -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 {