Add common hosts config

This commit is contained in:
2025-04-22 22:12:45 +02:00
parent 142b16fa9c
commit 05350e1c1c
10 changed files with 246 additions and 94 deletions

View File

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