Ignore global git config when not root

This commit is contained in:
coolneng 2022-05-17 01:26:06 +02:00
parent e1dcdd948d
commit 1fca5ab697
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ with pkgs;
export XDG_SESSION_TYPE=wayland
export XDG_CURRENT_DESKTOP=sway
export NVIM_LISTEN_ADDRESS=/tmp/nvimsocket
export GIT_CONFIG_NOSYSTEM=true
'';
wrapperFeatures.gtk = true;
};