diff --git a/modules/cli/zoxide.nix b/modules/cli/zoxide.nix index f1db2f0..ce0460f 100644 --- a/modules/cli/zoxide.nix +++ b/modules/cli/zoxide.nix @@ -3,7 +3,7 @@ lib, ... }: let - cfg = config.poz.programs.starship; + cfg = config.poz.programs.zoxide; inherit (config.poz.other.system) username; inherit (lib.modules) mkIf;