4dfea241bc
This package adds completion scripts for `gradle` on the `bash` and `zsh` shells. The completions can be enabled like this: ``` { pkgs, ... }: { environment.systemPackages = [ pkgs.gradle pkgs.gradle-completion ]; programs.zsh.enable = true; } ``` The package stores the scripts into the expected directories in `$out/share` to ensure that the shells can easily find their scripts. Closes #42799 |
||
---|---|---|
.. | ||
antibody | ||
antigen | ||
gradle-completion | ||
grml-zsh-config | ||
lambda-mod-zsh-theme | ||
nix-zsh-completions | ||
oh-my-zsh | ||
zsh-autosuggestions | ||
zsh-command-time | ||
zsh-completions | ||
zsh-deer | ||
zsh-git-prompt | ||
zsh-powerlevel9k | ||
zsh-prezto | ||
zsh-syntax-highlighting | ||
default.nix |