home/terminal: switch default editor from nvim to helix

This commit is contained in:
Anthony Rodriguez 2024-10-14 23:19:25 +02:00
parent ca2386a7ba
commit 90cfd10876
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

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