mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-03 07:31:03 +01:00
beets: add enable option
This commit is contained in:
parent
a37b5c9c61
commit
797fbbf826
2 changed files with 33 additions and 1 deletions
|
|
@ -878,6 +878,23 @@ in
|
|||
A new module is available: 'programs.vscode'.
|
||||
'';
|
||||
}
|
||||
|
||||
{
|
||||
time = "2018-12-04T21:54:38+00:00";
|
||||
condition = config.programs.beets.settings != {};
|
||||
message = ''
|
||||
A new option 'programs.beets.enable' has been added.
|
||||
Starting with state version 19.03 this option defaults to
|
||||
false. For earlier versions it defaults to true if
|
||||
'programs.beets.settings' is non-empty.
|
||||
|
||||
It is recommended to explicitly add
|
||||
|
||||
programs.beets.enable = true;
|
||||
|
||||
to your configuration.
|
||||
'';
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue