mirror of
https://github.com/zoriya/home-manager.git
synced 2026-06-07 20:22:16 +00:00
firefox: fix empty check of bookmarks list
This commit is contained in:
@@ -428,7 +428,7 @@ in {
|
||||
mkIf (profile.userContent != "") { text = profile.userContent; };
|
||||
|
||||
"${profilesPath}/${profile.path}/user.js" = mkIf (profile.settings != { }
|
||||
|| profile.extraConfig != "" || profile.bookmarks != { }) {
|
||||
|| profile.extraConfig != "" || profile.bookmarks != [ ]) {
|
||||
text =
|
||||
mkUserJs profile.settings profile.extraConfig profile.bookmarks;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user