env: set EDITOR to nvim
This commit is contained in:
parent
7c8d9cf566
commit
2f69ec00af
1 changed files with 4 additions and 0 deletions
|
|
@ -33,6 +33,10 @@ in {
|
|||
".local/share/konsole/Nixos.profile".source = ./konsole/Nixos.profile;
|
||||
};
|
||||
|
||||
sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
};
|
||||
|
||||
inherit username;
|
||||
homeDirectory = "/home/${username}";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue