aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--env.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/env.nix b/env.nix
index 8bf87e9..ff093ea 100644
--- a/env.nix
+++ b/env.nix
@@ -16,6 +16,9 @@
GNUPGHOME = "\${HOME}/.local/share/gnupg";
GRADLE_USER_HOME = "\${HOME}/.local/share/gradle";
GTK2_RC_FILES = "\${HOME}/.config/gtk-2.0/gtkrc";
+ EDITOR = 'nvim';
+ GOPATH = "\${HOME}/.local/share/go";
+ XCOMPOSECACHE = "\${HOME}/.cache/X11/xcompose";
#PYTHONSTARTUP="/etc/python/pythonrc";
PATH = [