zsh: add news entry
This commit is contained in:
parent
849cf3ad10
commit
ca6803a163
|
@ -107,6 +107,15 @@ in
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
news.entries = [
|
news.entries = [
|
||||||
|
{
|
||||||
|
time = "2017-09-10T22:15:19+00:00";
|
||||||
|
condition = config.programs.zsh.enable;
|
||||||
|
message = ''
|
||||||
|
Home Manager now offers its own minimal zsh plugin manager
|
||||||
|
under the 'programs.zsh.plugins' option path. By statically
|
||||||
|
sourcing your plugins it achieves no startup overhead.
|
||||||
|
'';
|
||||||
|
}
|
||||||
{
|
{
|
||||||
time = "2017-09-01T10:56:28+00:00";
|
time = "2017-09-01T10:56:28+00:00";
|
||||||
message = ''
|
message = ''
|
||||||
|
|
Loading…
Reference in a new issue