diff --git a/nix/users/luca/zsh.nix b/nix/users/luca/zsh.nix index 07cc35c..a93da4a 100644 --- a/nix/users/luca/zsh.nix +++ b/nix/users/luca/zsh.nix @@ -3,6 +3,7 @@ enableCompletion = true; autosuggestion.enable = true; envExtra = '' + EDITOR=nvim . "$HOME/.rokit/env" eval "$(oh-my-posh init zsh -c ~/.config/ohmyposh/zen.toml)" '';