Actually fix firefox profiles bug this time

Seems there's an issue with profiles named "default" specifically
This commit is contained in:
Evie Litherland-Smith 2024-10-29 05:23:21 +00:00
parent 0175aa1b38
commit 7384920bf2

View file

@ -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 = {