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