parent
b819d2cc41
commit
605a8fc92e
3 changed files with 32 additions and 4 deletions
|
|
@ -1649,6 +1649,21 @@ in
|
|||
A new module is available: 'programs.ncmpcpp'
|
||||
'';
|
||||
}
|
||||
|
||||
{
|
||||
time = "2020-09-11T10:06:47+00:00";
|
||||
condition = hostPlatform.isLinux && config.targets.genericLinux.enable;
|
||||
message = ''
|
||||
A new option 'targets.genericLinux.extraXdgDataDirs' is available
|
||||
to setup the user environment with the OS's data files.
|
||||
|
||||
This is useful for example to get Bash completion for
|
||||
'systemctl' which shouldn't be installed through Home Manager.
|
||||
|
||||
This is also useful to have non Home Manager applications
|
||||
available in menus.
|
||||
'';
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue