From 82c044d733f6e6f1edda05a100cce603839ebb8a Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Thu, 22 May 2025 20:49:22 -0400 Subject: [PATCH] feat: add zoxide --- nixosConfigurations/gerg-desktop/main.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixosConfigurations/gerg-desktop/main.nix b/nixosConfigurations/gerg-desktop/main.nix index e24f381..21b9064 100644 --- a/nixosConfigurations/gerg-desktop/main.nix +++ b/nixosConfigurations/gerg-desktop/main.nix @@ -130,8 +130,10 @@ silent = true; }; + zoxide.enable = true; zsh = { + shellAliases.cd = "z"; interactiveShellInit = let monitorScript = pkgs.replaceVarsWith {