fish: fix pass completion
This commit is contained in:
parent
44c5fbace4
commit
da7a3084c7
|
@ -78,6 +78,10 @@ in {
|
|||
recursive = true;
|
||||
source = ./completions;
|
||||
};
|
||||
"fish/conf.d/" = {
|
||||
recursive = true;
|
||||
source = ./conf.d;
|
||||
};
|
||||
};
|
||||
# programs.command-not-found.enable = true;
|
||||
programs.nix-index.enable = true;
|
||||
|
|
Loading…
Reference in a new issue