We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I see navi module is configured like this:
configDir = if pkgs.stdenv.isDarwin then "${config.home.homeDirectory}/Library/Application Support" else config.xdg.configHome;
However, that is not the path reported by navi once it is installed, therefore my configs are not honored:
› navi info config-path /Users/danielo/.config/navi/config.yaml
No response
› nix-shell -p nix-info --run "nix-info -m" - system: `"aarch64-darwin"` - host os: `Darwin 24.2.0, macOS 15.2` - multi-user?: `yes` - sandbox: `no` - version: `nix-env (Nix) 2.25.5` - nixpkgs: `/nix/store/97hxap05brgklr57xh7qaab6s833rfg0-source`
The text was updated successfully, but these errors were encountered:
rycee
sumnerevans
berbiche
No branches or pull requests
Are you following the right branch?
Is there an existing issue for this?
Issue description
I see navi module is configured like this:
However, that is not the path reported by navi once it is installed, therefore my configs are not honored:
Maintainer CC
No response
System information
The text was updated successfully, but these errors were encountered: