feat(home:console-tools): add src-cli

This commit is contained in:
ooks-io 2024-06-22 23:43:58 +12:00
parent d238e2cd5c
commit dde1dca4f7
4 changed files with 15 additions and 0 deletions

View file

@ -17,5 +17,6 @@ in
starship.enable = mkEnableOption "";
utils.enable = mkEnableOption "";
ffmpeg.enable = mkEnableOption "";
sourcegraph.enable = mkEnableOption "";
};
}