env: set EDITOR to nvim

This commit is contained in:
Khaïs COLIN 2024-08-07 18:34:41 +02:00
parent 7c8d9cf566
commit 2f69ec00af

View file

@ -33,6 +33,10 @@ in {
".local/share/konsole/Nixos.profile".source = ./konsole/Nixos.profile;
};
sessionVariables = {
EDITOR = "nvim";
};
inherit username;
homeDirectory = "/home/${username}";