···3434 { PATH = [ "/bin" ];
3535 INFOPATH = [ "/info" "/share/info" ];
3636 PKG_CONFIG_PATH = [ "/lib/pkgconfig" ];
3737- TERMINFO_DIRS = [ "/share/terminfo" ];
3837 PERL5LIB = [ "/lib/perl5/site_perl" ];
3938 KDEDIRS = [ "" ];
4039 STRIGI_PLUGIN_PATH = [ "/lib/strigi/" ];
···50495150 environment.extraInit =
5251 ''
5353- # reset TERM with new TERMINFO available (if any)
5454- export TERM=$TERM
5555-5652 unset ASPELL_CONF
5753 for i in ${concatStringsSep " " (reverseList cfg.profiles)} ; do
5854 if [ -d "$i/lib/aspell" ]; then
-4
nixos/modules/security/sudo.nix
···6666 # Don't edit this file. Set the NixOS options ‘security.sudo.configFile’
6767 # or ‘security.sudo.extraConfig’ instead.
68686969- # Environment variables to keep for root and %wheel.
7070- Defaults:root,%wheel env_keep+=TERMINFO_DIRS
7171- Defaults:root,%wheel env_keep+=TERMINFO
7272-7369 # Keep SSH_AUTH_SOCK so that pam_ssh_agent_auth.so can do its magic.
7470 Defaults env_keep+=SSH_AUTH_SOCK
7571