Files
old-nixos-dotfiles/system/env.nix
2025-03-07 17:04:41 +09:00

7 lines
66 B
Nix

{ ... }:
{
environment.variables = {
EDITOR = "vim";
};
}