services.xidlehook.environment

Home-Manager option

Extra environment variables to be exported in the script. These options are passed unescaped as export name=value.

type: attribute set of string
Default
{ }
Example
{ "primary-display" = "$(xrandr | awk '/ primary/{print $1}')"; }
declared in: <home-manager/modules/services/xidlehook.nix>source unavailable