MyNixOS
home-manager
options
programs
bash
sessionVariables
option
programs.bash.sessionVariables
Environment variables that will be set for the Bash session.
Declarations
modules/programs/bash.nix
Type
attribute set
Default
{ }
Example
{
MAILCHECK
=
30
; }