feat: set nvim as default editor

main
mandlm 2022-12-08 14:09:51 +01:00
parent 0f0c7b634b
commit 84c64e3f78
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,10 @@ in
# symlink for a stable path
home.file.".vscode-extensions/vscode-lldb".source = pkgs.vscode-extensions.vadimcn.vscode-lldb;
home.sessionVariables = {
EDITOR = "nvim";
};
programs = {
neovim = {
enable = true;