feat: refactor to add apps README

This commit is contained in:
matt1432 2025-01-20 12:34:07 -05:00
parent 2cab8107ba
commit 546eda3ee2
12 changed files with 81 additions and 52 deletions
devShells

View file

@ -6,14 +6,14 @@ This directory contains every derivations for devShells exposed by this flake.
| Name | Description |
| ---- | ----------- |
| c-lang | c-lang shell to be loaded by my Neovim config dynamically. |
| csharp | csharp shell to be loaded by my Neovim config dynamically. |
| flake | Shell providing some utility scripts concerning the main flake. |
| json | json shell to be loaded by my Neovim config dynamically. |
| lua | lua shell to be loaded by my Neovim config dynamically. |
| markdown | markdown shell to be loaded by my Neovim config dynamically. |
| netdaemon | Shell that makes sure we have the right dotnet-sdk version for NetDaemon development. |
| node | Shell that provides `bumpNpmDeps`, node and typescript. |
| rust | rust shell to be loaded by my Neovim config dynamically. |
| subtitles-dev | Shell that provides the dependencies for my subtitle management scripts. |
| web | web shell to be loaded by my Neovim config dynamically. |
| `c-lang` | c-lang shell to be loaded by my Neovim config dynamically. |
| `csharp` | csharp shell to be loaded by my Neovim config dynamically. |
| `flake` | Shell providing some utility scripts concerning the main flake. |
| `json` | json shell to be loaded by my Neovim config dynamically. |
| `lua` | lua shell to be loaded by my Neovim config dynamically. |
| `markdown` | markdown shell to be loaded by my Neovim config dynamically. |
| `netdaemon` | Shell that makes sure we have the right dotnet-sdk version for NetDaemon development. |
| `node` | Shell that provides `bumpNpmDeps`, node and typescript. |
| `rust` | rust shell to be loaded by my Neovim config dynamically. |
| `subtitles-dev` | Shell that provides the dependencies for my subtitle management scripts. |
| `web` | web shell to be loaded by my Neovim config dynamically. |