1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-28 17:38:33 +02:00

firefox: force extension file linking

This commit is contained in:
Robert Helgesson 2020-03-17 22:37:06 +01:00
parent 37694e9f51
commit b9d4f55228
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

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