restructure: system modules

This commit is contained in:
ooks-io 2023-11-10 18:22:48 +13:00
parent d5f1ac850c
commit 3cef192a23
13 changed files with 7 additions and 16 deletions

View file

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