Change: system dir name to hosts
This commit is contained in:
parent
682a19b13c
commit
10a6fe5adc
19 changed files with 0 additions and 0 deletions
10
hosts/common/base/fish.nix
Normal file
10
hosts/common/base/fish.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
vendor = {
|
||||
completions.enable = true;
|
||||
config.enable = true;
|
||||
functions.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue