firefox: only add version when provided

This commit is contained in:
Austin Horstman 2024-09-19 17:02:34 -05:00
parent b5e09b85f2
commit 29ba5dfaa8
No known key found for this signature in database

View file

@ -61,7 +61,7 @@ let
}) // {
General = {
StartWithLastProfile = 1;
} // lib.optionalAttrs (cfg.profileVersion == null) {
} // lib.optionalAttrs (cfg.profileVersion != null) {
Version = cfg.profileVersion;
};
};