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

21 lines
1.2 KiB
Markdown

# 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 |
## Other modules
These are special-purpose modules that are used for other purposes
| Name | Attribute | Description |
| ---------------------- | ----------------------- | ------------------------- |
| [octodns](octodns.nix) | `satellite.dns.octodns` | Octodns config generation |