Ignore global git config when not root
This commit is contained in:
parent
e1dcdd948d
commit
1fca5ab697
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue