generic-linux: add option extraXdgDataDirs

PR #1486
This commit is contained in:
Damien Cassou 2020-09-09 21:53:21 +02:00 committed by Robert Helgesson
parent b819d2cc41
commit 605a8fc92e
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
3 changed files with 32 additions and 4 deletions

View file

@ -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.
'';
}
];
};
}