home: Set EDITOR
environment variable
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
This commit is contained in:
parent
678b06ff61
commit
190a7e60ca
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue