mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
This allows fish users to source the `hm-session-vars.fish` if they are not using the generated `config.fish` (which now sources the same file).
12 lines
340 B
Nix
12 lines
340 B
Nix
{
|
|
fish-abbrs = ./abbrs.nix;
|
|
fish-format-scripts = ./format-scripts.nix;
|
|
fish-functions = ./functions.nix;
|
|
fish-completions = ./completions.nix;
|
|
fish-no-functions = ./no-functions.nix;
|
|
fish-plugins = ./plugins.nix;
|
|
fish-manpage = ./manpage.nix;
|
|
fish-binds = ./binds.nix;
|
|
fish-session-variables = ./session-variables.nix;
|
|
}
|