feat(transientServices): add transient services module, credit to github:NotAShelf

This commit is contained in:
ooks-io 2024-03-04 18:46:58 +13:00
parent 7d3d715408
commit 2d83b0f10d
3 changed files with 38 additions and 0 deletions

View file

@ -74,6 +74,7 @@ in
nixIndex.enable = true;
git.enable = true;
tools.enable = true;
transientServices.enable = true;
};
};
};