todo: add todoman fish completions
This commit is contained in:
parent
e0dd2803b0
commit
a66777c41a
2 changed files with 128 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue