1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 04:23:34 +02:00

firefox: force extension file linking

(cherry picked from commit b9d4f55228)
This commit is contained in:
Robert Helgesson 2020-03-17 22:37:06 +01:00
parent 7aa2bd5bf4
commit b78b5fa4a0
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

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