mirror of
https://github.com/nix-community/home-manager
synced 2024-11-26 21:19:45 +01:00
screen-locker: make news entry conditional
This commit is contained in:
parent
e4df31dcea
commit
1719495bdf
1 changed files with 1 additions and 0 deletions
|
@ -2206,6 +2206,7 @@ in
|
||||||
|
|
||||||
{
|
{
|
||||||
time = "2021-09-23T17:04:48+00:00";
|
time = "2021-09-23T17:04:48+00:00";
|
||||||
|
condition = hostPlatform.isLinux && config.services.screen-locker.enable;
|
||||||
message = ''
|
message = ''
|
||||||
'xautolock' is now optional in 'services.screen-locker', and the
|
'xautolock' is now optional in 'services.screen-locker', and the
|
||||||
'services.screen-locker' options have been reorganized for clarity.
|
'services.screen-locker' options have been reorganized for clarity.
|
||||||
|
|
Loading…
Reference in a new issue