Actually fix firefox profiles bug this time
Seems there's an issue with profiles named "default" specifically
This commit is contained in:
parent
0175aa1b38
commit
7384920bf2
|
@ -109,8 +109,7 @@
|
|||
ShowHomeButton = true;
|
||||
StartDownloadsInTempDirectory = true;
|
||||
};
|
||||
profiles.default = {
|
||||
id = 0;
|
||||
profiles.user = {
|
||||
isDefault = true;
|
||||
bookmarks = builtins.fromJSON (builtins.readFile ./bookmarks.json);
|
||||
settings = {
|
||||
|
|
Loading…
Reference in a new issue