chore: initial commit

This commit is contained in:
technofab 2025-09-17 11:59:53 +02:00
commit db488d8f41
No known key found for this signature in database
26 changed files with 1077 additions and 0 deletions

19
docs/index.md Normal file
View file

@ -0,0 +1,19 @@
# Rensa Devtools
Utilities and dev tools with integration into the Rensa ecosystem (mainly devshell).
## Usage
```nix
let
devshell = inputs.devshell.lib { inherit pkgs; };
in
devshell.mkShell {
imports = [inputs.devtools.devshellModule];
# use the modules
lefthook.enable = true;
}
```
[See all options](./options.md)