From b8c20c65befb8a2c5b810b2d2c76cfd11ad4b2d4 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Thu, 11 Nov 2021 21:53:02 +0000 Subject: [PATCH] Add EDITOR env var --- user/daniel/home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/user/daniel/home.nix b/user/daniel/home.nix index d0f77b5..478b40b 100644 --- a/user/daniel/home.nix +++ b/user/daniel/home.nix @@ -16,6 +16,9 @@ home = { username = "daniel"; homeDirectory = "/home/daniel"; + sessionVariables = { + EDITOR = "vim"; + }; file = { ".icons/default".source = "${pkgs.capitaine-cursors}/share/icons/capitaine-cursors";