Move common host features to features-nixos folder
This commit is contained in:
10
features-nixos/global/fish.nix
Normal file
10
features-nixos/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