diff --git a/modules/home/bundles/core.nix b/modules/home/bundles/core.nix index 256e722..3572011 100644 --- a/modules/home/bundles/core.nix +++ b/modules/home/bundles/core.nix @@ -64,6 +64,12 @@ size = 10000; path = "${config.xdg.dataHome}/zsh/history"; }; + + oh-my-zsh = { + enable = true; + plugins = [ "git" "zoxide" ]; + + }; }; programs.neovim = {