summaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-rw-r--r--users/ryan/home.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/ryan/home.nix b/users/ryan/home.nix
index 33aa292..de776c4 100644
--- a/users/ryan/home.nix
+++ b/users/ryan/home.nix
@@ -137,6 +137,7 @@
137 137
138 home.sessionVariables = { 138 home.sessionVariables = {
139 XDG_CONFIG_HOME = "${config.home.homeDirectory}/.config"; 139 XDG_CONFIG_HOME = "${config.home.homeDirectory}/.config";
140 EDITOR = "${pkgs.neovim}/bin/nvim";
140 }; 141 };
141 142
142 # Let Home Manager install and manage itself. 143 # Let Home Manager install and manage itself.