Files
stormwind-nixfiles/env.nix
RootHost-Stormwind bad38d889f define editor shell env
2025-01-13 02:24:46 +01:00

9 lines
77 B
Nix

{ config, ... }:
{
environment.variables = {
EDITOR = "nvim";
};
}