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
Something similar to this could be nice https://github.com/dev-null-undefined/NixOs/blob/master/modules/generated/home-manager/shells/zsh/_extra/nix-functions.nix#L124
nh os eval config.services.xserver.enable would output true/false nh os eval pkgs.firefox.version would output "131.0.3"
nh os eval config.services.xserver.enable
nh os eval pkgs.firefox.version
Autocomplete is must have for this to be any usefull
The text was updated successfully, but these errors were encountered:
I don't have the bandwidth to look into doing custom completions
Sorry, something went wrong.
No branches or pull requests
Something similar to this could be nice https://github.com/dev-null-undefined/NixOs/blob/master/modules/generated/home-manager/shells/zsh/_extra/nix-functions.nix#L124
nh os eval config.services.xserver.enable
would output true/falsenh os eval pkgs.firefox.version
would output "131.0.3"Autocomplete is must have for this to be any usefull
The text was updated successfully, but these errors were encountered: