mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
firefox: fix user.js extensions.settings creation
Creates the user.js if profile.extensions.settings is set. This fixes the case when profile.extensions.settings is set but every other option in the mkIf is false, resulting in no user.js creation.
This commit is contained in:
committed by
Austin Horstman
parent
25f003f8a9
commit
1b25908d1d
@@ -901,6 +901,7 @@ in
|
||||
|| profile.settings != { }
|
||||
|| profile.extraConfig != ""
|
||||
|| profile.bookmarks.configFile != null
|
||||
|| profile.extensions.settings != { }
|
||||
)
|
||||
{
|
||||
text =
|
||||
|
||||
Reference in New Issue
Block a user