Skip to content

Commit

Permalink
Merge branch 'nix-community:master' into vivid
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto authored Mar 4, 2025
2 parents 73152b0 + 70fbbf0 commit 67b4b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/programs/firefox/mkFirefoxModule.nix
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ in {
(name: settingConfig: {
"${profilesPath}/${profile.path}/browser-extension-data/${name}/storage.js" =
{
force = settingConfig.force;
force = settingConfig.force || profile.extensions.force;
text = generators.toJSON { } settingConfig.settings;
};
}) profile.extensions.settings)))));
Expand Down

0 comments on commit 67b4b92

Please sign in to comment.