1
Fork 0
satellite/modules/common/README.md

13 lines
938 B
Markdown
Raw Permalink Normal View History

2024-07-26 20:18:26 +02:00
# Common modules
## Home-manage & Nixos modules
| Name | Attribute | Description |
| -------------------------------------- | --------------------------- | ----------------------------------- |
| [toggles](toggles.nix) | `satellite.toggles` | Generic interface for feature flags |
| [lua-lib](lua-lib.nix) | `satellite.lib.lua` | Helpers for working with lua code |
| [korora-lua](korora-lua.nix) | - | Nix -> lua encoder |
| [korora-neovim](korora-neovim.nix) | - | Nix -> neovim config helpers |
| [theming](theming.nix) | `satellite.theming` | Stylix theming helpers |
| [lua-colorscheme](lua-colorscheme.nix) | `satellite.colorscheme.lua` | Base16 theme -> lua |