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 stringDefault
{ }Example
declared in: <home-manager/modules/services/xidlehook.nix>source unavailable{ "primary-display" = "$(xrandr | awk '/ primary/{print $1}')"; }