mirror of
https://github.com/nix-community/home-manager
synced 2024-11-04 18:29:45 +01:00
ca48fced83
Adds a `fishIndent` wrapper to pass fish scripts to the built in `fish_indent` function.
6 lines
160 B
Nix
6 lines
160 B
Nix
{
|
|
fish-format-scripts = ./format-scripts.nix;
|
|
fish-functions = ./functions.nix;
|
|
fish-no-functions = ./no-functions.nix;
|
|
fish-plugins = ./plugins.nix;
|
|
}
|