Files
nixpkgs/nixos/modules/programs
Maximilian Bosch 641a623053 nixos/xss-lock: add module (#40619)
`xsslock` (which was originally packaged in 6cb1d1aaaf)
is a simple screensaver which connects a given screen locker (e.g.
`i3lock`) with `logind`. Whenever `loginctl lock-sessions` is invoked
the locker will be used to lock the screen. This works with its power
management features (e.g. `lid switch`) as well, so the PC can be locked
automatically when the lid is closed.

The module can be used like this:

```
{
  services.xserver.enable = true;

  programs.xss-lock.enable = true;
  programs.xss-lock.lockerCommand = "i3lock";
}
```
2018-05-18 18:24:53 +02:00
..
2018-02-09 19:51:06 +00:00
2017-09-29 15:18:25 +01:00
2018-04-07 15:06:51 +02:00
2018-04-08 22:37:35 -04:00
2017-09-23 20:34:55 +02:00
2017-08-25 14:08:11 +02:00
2018-03-12 15:13:31 +11:00
2017-09-29 15:01:21 +01:00
2018-02-09 19:51:06 +00:00
2018-01-04 09:58:21 +01:00