mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 23:24:21 +00:00
news: limit mpdris2 and xcape news to Linux
These modules are limited to Linux since they define systemd services.
This commit is contained in:
parent
12cb82af91
commit
3db46fa9bf
1 changed files with 2 additions and 0 deletions
|
@ -994,6 +994,7 @@ in
|
|||
|
||||
{
|
||||
time = "2019-02-24T00:32:23+00:00";
|
||||
condition = hostPlatform.isLinux;
|
||||
message = ''
|
||||
A new service is available: 'services.mpdris2'.
|
||||
'';
|
||||
|
@ -1015,6 +1016,7 @@ in
|
|||
|
||||
{
|
||||
time = "2019-04-09T20:10:22+00:00";
|
||||
condition = hostPlatform.isLinux;
|
||||
message = ''
|
||||
A new module is available: 'services.xcape'.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue