chore: stub for default environment variables

This is needed because nushell uses $env.* for environment, doesn't work
with sessionVariables apparently
This commit is contained in:
Zhongheng Liu 2024-12-07 19:24:53 +02:00
commit 73b4ab6874
Signed by: steven
GPG key ID: 805A28B071DAD84B

View file

@ -0,0 +1,7 @@
{
pkgs,
config,
...
}: {
EDITOR = "nvim";
}