feat(modules/default.nix): Add gitignore, git-commit and universalarchive plugins

This commit is contained in:
Jiří Štefka 2025-06-19 17:26:59 +02:00
parent 8c163b6814
commit ef89e9b8f6
Signed by: jiriks74
GPG key ID: 1D5E30D3DB2264DE

View file

@ -51,13 +51,26 @@ in {
antidote = {
enable = true;
plugins = [
#######
# OMZ #
#######
"getantidote/use-omz" # Handle OMZ dependencies
# Load lib only if things break
# "ohmyzsh/ohmyzsh path:lib" # Load OMZ's library
"ohmyzsh/ohmyzsh path:plugins/colored-man-pages" # Load OMZ plugins
# "ohmyzsh/ohmyzsh path:plugins/magic-enter"
"ohmyzsh/ohmyzsh path:plugins/command-not-found" # Provide suggested packages to be installed if a command cannot be found
"ohmyzsh/ohmyzsh path:plugins/dirhistory kind:defer" # shortcuts for navigating directory history and hierarchy
"ohmyzsh/ohmyzsh path:plugins/universalarchive kind:defer"
"ohmyzsh/ohmyzsh path:plugins/gitignore kind:defer"
"ohmyzsh/ohmyzsh path:plugins/git-commit kind:defer"
#########
# OMZ ^ #
#########
"romkatv/powerlevel10k kind:fpath" # A Zsh theme