firefox: force extension file linking
This commit is contained in:
parent
37694e9f51
commit
b9d4f55228
|
@ -318,6 +318,7 @@ in
|
||||||
"${profilesPath}/${profile.path}/extensions" = mkIf (cfg.extensions != []) {
|
"${profilesPath}/${profile.path}/extensions" = mkIf (cfg.extensions != []) {
|
||||||
source = "${extensionsEnvPkg}/share/mozilla/${extensionPath}";
|
source = "${extensionsEnvPkg}/share/mozilla/${extensionPath}";
|
||||||
recursive = true;
|
recursive = true;
|
||||||
|
force = true;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue