diff --git a/home/common.nix b/home/common.nix index 8dddf44..cc8cb36 100644 --- a/home/common.nix +++ b/home/common.nix @@ -1,5 +1,5 @@ { - environment.variables = { + home.sessionVariables = { EDITOR = "nvim"; VISUAL = "nvim"; };