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;
|
ShowHomeButton = true;
|
||||||
StartDownloadsInTempDirectory = true;
|
StartDownloadsInTempDirectory = true;
|
||||||
};
|
};
|
||||||
profiles.default = {
|
profiles.user = {
|
||||||
id = 0;
|
|
||||||
isDefault = true;
|
isDefault = true;
|
||||||
bookmarks = builtins.fromJSON (builtins.readFile ./bookmarks.json);
|
bookmarks = builtins.fromJSON (builtins.readFile ./bookmarks.json);
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Reference in a new issue