{ config, ... }: let inherit (config.poz.other.system) username; in { home-manager.users.${username} = { programs.zoxide = { enable = true; enableZshIntegration = config.poz.programs.zsh.enable; }; }; }