1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-29 17:57:28 +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;
};
})
);