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