nixos/system/env.nix
2024-06-07 01:02:48 +02:00

6 lines
82 B
Nix

{...}: {
environment.variables = {
EDITOR = "hx";
VISUAL = "hx";
};
}