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:
parent
dbe54a48a0
commit
8bfa7b024b
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ let
|
|||
}) // {
|
||||
General = {
|
||||
StartWithLastProfile = 1;
|
||||
} // lib.optionalAttrs (cfg.profileVersion != null) {
|
||||
} // lib.optionalAttrs (cfg.profileVersion == null) {
|
||||
Version = cfg.profileVersion;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue