firefox: Always create profile directories
Write ".keep" file in profile dir for each profile regardless of any other settings to creare profile dir.
This commit is contained in:
parent
90493027e3
commit
b840707a87
2 changed files with 10 additions and 1 deletions
|
|
@ -318,6 +318,8 @@ in
|
|||
};
|
||||
}]
|
||||
++ flip mapAttrsToList cfg.profiles (_: profile: {
|
||||
"${profilesPath}/${profile.path}/.keep".text = "";
|
||||
|
||||
"${profilesPath}/${profile.path}/chrome/userChrome.css" =
|
||||
mkIf (profile.userChrome != "") {
|
||||
text = profile.userChrome;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue