diff --git a/user/modules/dev.nix b/user/modules/dev.nix index e5abd0b..33ee4ab 100644 --- a/user/modules/dev.nix +++ b/user/modules/dev.nix @@ -41,10 +41,6 @@ package = pkgs.jdk21; }; - programs.zoxide = { - enable = true; - }; - # Bun Git config programs.git = { attributes = [ diff --git a/user/modules/zsh.nix b/user/modules/zsh.nix index 35ba7c1..4f96824 100644 --- a/user/modules/zsh.nix +++ b/user/modules/zsh.nix @@ -43,4 +43,8 @@ } ]; }; + + programs.zoxide = { + enable = true; + }; }