This is needed because nushell uses $env.* for environment, doesn't work with sessionVariables apparently
7 lines
52 B
Nix
7 lines
52 B
Nix
{
|
|
pkgs,
|
|
config,
|
|
...
|
|
}: {
|
|
EDITOR = "nvim";
|
|
}
|