mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
firefox: force extension file linking
(cherry picked from commit b9d4f55228
)
This commit is contained in:
parent
7aa2bd5bf4
commit
b78b5fa4a0
1 changed files with 1 additions and 0 deletions
|
@ -286,6 +286,7 @@ in
|
|||
"${profilesPath}/${profile.path}/extensions" = mkIf (cfg.extensions != []) {
|
||||
source = "${extensionsEnvPkg}/share/mozilla/${extensionPath}";
|
||||
recursive = true;
|
||||
force = true;
|
||||
};
|
||||
})
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue