firefox: force extension file linking

This commit is contained in:
Robert Helgesson
2020-03-17 22:37:06 +01:00
parent 37694e9f51
commit b9d4f55228

View File

@@ -318,6 +318,7 @@ in
"${profilesPath}/${profile.path}/extensions" = mkIf (cfg.extensions != []) {
source = "${extensionsEnvPkg}/share/mozilla/${extensionPath}";
recursive = true;
force = true;
};
})
);