define editor shell env

This commit is contained in:
RootHost-Stormwind
2025-01-13 02:24:46 +01:00
parent a6eedec5df
commit bad38d889f
2 changed files with 9 additions and 0 deletions

8
env.nix Normal file
View File

@@ -0,0 +1,8 @@
{ config, ... }:
{
environment.variables = {
EDITOR = "nvim";
};
}