feat: set EDITOR environment variable

main
LeRoyce Pearson 2024-01-06 16:11:50 -07:00
parent 9c1db356b7
commit 4ad5130303
1 changed files with 5 additions and 0 deletions

View File

@ -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.