dotfiles/environment/.config/environment.d/40-misc.conf
Sanchayan Maity 0fcf2563ad environment: Set up environment variables via systemd
We were setting these in fish shell setup during login. Move them
here so that they can be correctly inherited by systemd services.

Without this, the tmux session service does not get the environment
variables which do not get set by the time tmux session service starts.

https://www.freedesktop.org/software/systemd/man/environment.d.html
2022-10-03 11:37:04 +05:30

10 lines
149 B
Plaintext

MANPAGER=nvim +Man!
EDITOR=nvim
VISUAL=nvim
GST_DEBUG_NO_COLOR=1
GST_DEBUG_COLOR_MODE=off
GST_DEBUG_DUMP_DOT_DIR=/tmp/gst-dot
GHCUP_USE_XDG_DIRS=1