From 092c23f7b3aa9e24f5b2cac369f8773d60e0050e Mon Sep 17 00:00:00 2001 From: MFlossmann Date: Mon, 8 Jul 2024 12:36:26 +0200 Subject: [PATCH] add zoxide --- modules/home/bundles/core.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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 = {