mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-19 17:28:49 +02:00
librewolf: Configure settings at the profile level
Fixes an issue where New Tab Identity wasn't being loaded on first launch of the profile due to settings not being profile-specific. Long-term this also makes it possible to take advantage of the "Show only modified preferences" feature, which showed our changes as the defaults before.
This commit is contained in:
parent
f8806840d6
commit
92d9ed77b0
@ -49,10 +49,7 @@ in
|
||||
|
||||
settings = {
|
||||
"extensions.autoDisableScopes" = 0;
|
||||
};
|
||||
};
|
||||
|
||||
settings = {
|
||||
"middlemouse.paste" = false;
|
||||
|
||||
"browser.download.useDownloadDir" = true;
|
||||
@ -79,6 +76,7 @@ in
|
||||
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
home.file = mkIf phone {
|
||||
".librewolf/default/chrome/userChrome.css".source = "${friendlyfox}/userChrome.css";
|
||||
|
Loading…
x
Reference in New Issue
Block a user