Files
dotfiles/nix/users/luca/zsh.nix
2025-01-21 04:32:14 +00:00

10 lines
192 B
Nix

{
enable = true;
enableCompletion = true;
autosuggestion.enable = true;
envExtra = ''
. "$HOME/.rokit/env"
eval "$(oh-my-posh init zsh -c ~/.config/ohmyposh/zen.toml)"
'';
}