ca48fced83
Adds a `fishIndent` wrapper to pass fish scripts to the built in `fish_indent` function.
7 lines
160 B
Nix
7 lines
160 B
Nix
{
|
|
fish-format-scripts = ./format-scripts.nix;
|
|
fish-functions = ./functions.nix;
|
|
fish-no-functions = ./no-functions.nix;
|
|
fish-plugins = ./plugins.nix;
|
|
}
|