mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 00:39:45 +01:00
111011b2c2
- If a function is defined, check that the function file exists and that the contents matches a given string. - If no functions exists, the functions folder should not exist. - Verify plugin functionality.
5 lines
114 B
Nix
5 lines
114 B
Nix
{
|
|
fish-functions = ./functions.nix;
|
|
fish-no-functions = ./no-functions.nix;
|
|
fish-plugins = ./plugins.nix;
|
|
}
|