Add common hosts config
This commit is contained in:
10
hosts/common/global/fish.nix
Normal file
10
hosts/common/global/fish.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
vendor = {
|
||||
completions.enable = true;
|
||||
config.enable = true;
|
||||
functions.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user