1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2025-02-07 00:35:04 +01:00

Revert "firefox: fix incorrect condition"

This reverts commit 1786e2afdb.
This commit is contained in:
Ihar Hrachyshka 2024-09-21 13:45:34 -04:00
parent dbe54a48a0
commit 8bfa7b024b

View file

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