This commit is contained in:
2025-12-31 14:28:39 +01:00
parent 846dcdc0e7
commit f39c1b0f57
3 changed files with 12 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
{
programs.fish = {
enable = true;
vendor = {
completions.enable = true;
config.enable = true;
functions.enable = true;
};
};
}