home: Set EDITOR environment variable

Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
George Kaklamanos 2024-08-03 17:08:51 +03:00
parent 678b06ff61
commit 190a7e60ca
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D

View file

@ -9,6 +9,9 @@
home.stateVersion = "23.11"; home.stateVersion = "23.11";
services.kdeconnect.enable = true; services.kdeconnect.enable = true;
home.sessionVariables = rec {
EDITOR = "nvim";
};
home.sessionPath = [ home.sessionPath = [
"$HOME/bin" "$HOME/bin"
]; ];