feat: rokit, EDITOR=nvim -> programs.neovim

This commit is contained in:
2025-01-26 05:56:45 +00:00
parent ede0370428
commit 7b7b7fad75
28 changed files with 52 additions and 21 deletions

1
nix/users/luca/zsh.nix Normal file → Executable file
View File

@@ -3,7 +3,6 @@
enableCompletion = true;
autosuggestion.enable = true;
envExtra = ''
EDITOR=nvim
. "$HOME/.rokit/env"
eval "$(oh-my-posh init zsh -c ~/.config/ohmyposh/zen.toml)"
'';