From 12e3c1ad669c7b06bca3ce698798592f3f2567b6 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 13 Jan 2024 11:38:29 +0100 Subject: fix(hm): Move the session variables to their associated service --- hm/soispha/conf/nvim/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hm/soispha/conf/nvim') diff --git a/hm/soispha/conf/nvim/default.nix b/hm/soispha/conf/nvim/default.nix index 322597ec..2da80c22 100644 --- a/hm/soispha/conf/nvim/default.nix +++ b/hm/soispha/conf/nvim/default.nix @@ -7,6 +7,11 @@ ./options ./plgs ]; + home.sessionVariables = { + EDITOR = "nvim"; + VISUAL = "nvim"; + CODEEDITOR = "nvim"; + }; programs.nixvim = { enable = true; -- cgit 1.4.1