Modules/Firefox: Fix (?) bookmarks structure
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user