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"; + }; }