diff --git a/users/hu/user.nix b/users/hu/user.nix index 1d7ca61..b0265b0 100644 --- a/users/hu/user.nix +++ b/users/hu/user.nix @@ -10,6 +10,10 @@ ./packages/zsh/zsh.nix ]; + environment.variables = { + EDITOR = "nvim"; + }; + users.users.hu = { isNormalUser = true; extraGroups = [ "wheel" ];