services.xserver.xautolock.locker

NixOS option

The script to use when automatically locking the computer.

type: string
Default
"${pkgs.xlockmore}/bin/xlock"
Example
"${pkgs.i3lock}/bin/i3lock -i /path/to/img"
declared in: nixos/modules/services/x11/xautolock.nixView source on NixOS/nixpkgs →