mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
10 lines
248 B
Nix
10 lines
248 B
Nix
{
|
|
fish-abbrs = ./abbrs.nix;
|
|
fish-format-scripts = ./format-scripts.nix;
|
|
fish-functions = ./functions.nix;
|
|
fish-no-functions = ./no-functions.nix;
|
|
fish-plugins = ./plugins.nix;
|
|
fish-manpage = ./manpage.nix;
|
|
fish-binds = ./binds.nix;
|
|
}
|