home/terminal: add $EDITOR

This commit is contained in:
Anthony Rodriguez 2024-10-06 22:19:15 +02:00
parent 4bb7f32c2b
commit 936f58de75
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -3,4 +3,8 @@
./programs ./programs
./shell ./shell
]; ];
home.sessionVariables = {
EDITOR = "nvim";
};
} }