todo: add todoman fish completions

This commit is contained in:
Leonardo Eugênio 2023-01-25 10:17:39 -03:00
parent e0dd2803b0
commit a66777c41a
2 changed files with 128 additions and 0 deletions

View file

@ -68,6 +68,10 @@ in {
};
xdg.configFile = {
"fish/conf.d/prompt.fish".source = ./fish_prompt.fish;
"fish/completions/" = {
recursive = true;
source = ./completions;
};
};
# programs.command-not-found.enable = true;
programs.nix-index.enable = true;