feat(transientServices): add transient services module, credit to github:NotAShelf
This commit is contained in:
parent
7d3d715408
commit
2d83b0f10d
3 changed files with 38 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
./git
|
||||
./tools
|
||||
./ssh
|
||||
./transientServices
|
||||
];
|
||||
|
||||
options.homeModules.console.utility = {
|
||||
|
|
@ -20,5 +21,8 @@
|
|||
tools = {
|
||||
enable = lib.mkEnableOption "Enable various console tools";
|
||||
};
|
||||
transientServices = {
|
||||
enable = lib.mkEnableOption "Enable various console transientServices";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue