From 07e4e0ece44db4f4d1f190601ab3ff2042987834 Mon Sep 17 00:00:00 2001 From: cy Date: Sat, 14 Dec 2024 00:21:53 -0500 Subject: [PATCH] default editor --- nix/home/yt/common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nix/home/yt/common.nix b/nix/home/yt/common.nix index 905dedc..5fc4c54 100644 --- a/nix/home/yt/common.nix +++ b/nix/home/yt/common.nix @@ -3,4 +3,8 @@ ./tmux.nix ./zsh ]; + + home.sessionVariables = { + "EDITOR" = "nvim"; + }; }