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
..
bash nixos: enable bash command completion by default 2018-04-13 18:36:51 +02:00
command-not-found
digitalbitbox Added cross-references to NixOS manual 2018-04-12 09:39:14 +10:00
zsh zsh: move setEnvironment stuff to zprofile 2018-05-09 14:58:29 +02:00
adb.nix
atop.nix
bcc.nix
blcr.nix
browserpass.nix
ccache.nix
cdemu.nix
chromium.nix
criu.nix
dconf.nix
environment.nix
fish.nix
freetds.nix
gnupg.nix
gphoto2.nix
iftop.nix nixos/iftop: add module 2018-04-07 15:06:51 +02:00
java.nix
kbdlight.nix
less.nix nixos/less: add configFile option 2018-04-08 22:37:35 -04:00
light.nix
mosh.nix
mtr.nix
nano.nix
npm.nix
nylas-mail.nix
oblogout.nix
plotinus.nix
plotinus.xml Added cross-references to NixOS manual 2018-04-12 09:39:14 +10:00
qt5ct.nix
rootston.nix
screen.nix
sedutil.nix
shadow.nix
shell.nix nixos: rename system.{stateVersion,defaultChannel} -> system.nixos.\1 2018-05-12 19:27:09 +00:00
singularity.nix
slock.nix
spacefm.nix
ssh.nix
ssmtp.nix
sway.nix
sysdig.nix
systemtap.nix
thefuck.nix
tmux.nix
udevil.nix
venus.nix
vim.nix
virtualbox.nix
way-cooler.nix
wireshark.nix
xfs_quota.nix
xonsh.nix
xss-lock.nix nixos/xss-lock: add module (#40619) 2018-05-18 18:24:53 +02:00
yabar.nix