home/terminal: switch back default editor to neovim

This commit is contained in:
Anthony Rodriguez 2024-10-21 16:40:48 +02:00
parent b255b3988b
commit 2a49f8cb73
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -5,6 +5,6 @@
];
home.sessionVariables = {
EDITOR = "hx";
EDITOR = "nvim";
};
}