feat: set EDITOR environment variable
parent
9c1db356b7
commit
4ad5130303
|
@ -71,6 +71,11 @@
|
|||
juanfont-headscale.headscale # install to allow debugging/control of headscale using the CLI
|
||||
];
|
||||
|
||||
environment.variables = {
|
||||
EDITOR = "hx";
|
||||
VISUAL = "hx";
|
||||
};
|
||||
|
||||
# List services that you want to enable:
|
||||
|
||||
# Enable the OpenSSH daemon.
|
||||
|
|
Loading…
Reference in New Issue