targets.genericLinux: add module

PR #797
This commit is contained in:
Tobias Happ 2020-04-05 16:46:55 +02:00 committed by Robert Helgesson
parent dd538c2969
commit d06bcf4c97
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
7 changed files with 87 additions and 0 deletions

View file

@ -1443,6 +1443,22 @@ in
'services.picom' as soon as possible.
'';
}
{
time = "2020-04-08T09:33:05+00:00";
condition = hostPlatform.isLinux;
message = ''
A new module is available: 'targets.genericLinux'.
When enabled, this module will configure various settings
and environment variables to make Home Manager and programs
installed through Nix work better on GNU/Linux distributions
other than NixOS.
It should not be enabled if your Home Manager configuration
is deployed on a NixOS host.
'';
}
];
};
}