diff --git a/modules/gui.nix b/modules/gui.nix index eed82ca..ef8946c 100644 --- a/modules/gui.nix +++ b/modules/gui.nix @@ -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; };