Allows for linking fish plugin theme files to [fish's themes folder](https://fishshell.com/docs/current/cmds/fish_config.html#theme-files). Fully allowing for theme plugins to properly be installed declaratively. Fixes nix-community/home-manager#3724
10 lines
278 B
Nix
10 lines
278 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;
|
|
fish-themes = ./themes.nix;
|
|
}
|