diff --git a/users/hu/user.nix b/users/hu/user.nix index b0265b0..2f40a65 100644 --- a/users/hu/user.nix +++ b/users/hu/user.nix @@ -11,6 +11,9 @@ ]; environment.variables = { + # home.sessionVariables didn't work here for some reason + ZDOTDIR = "/home/hu/.config/zsh"; + EDITOR = "nvim"; };