mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
10 lines
288 B
Nix
10 lines
288 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;
|
|
}
|