1
Fork 0
satellite/modules/README.md

12 lines
608 B
Markdown
Raw Permalink Normal View History

2023-11-13 04:31:54 +01:00
# Modules
This directory contains custom module definitions used throughout my config.
## File structure
| Directory | Description |
| ------------------------------ | -------------------------------------------------------------- |
| [common](./common) | Modules usable in both HM and nixos (and perhaps other places) |
2024-05-21 01:37:39 +02:00
| [nixos](./nixos) | Nixos specific functionality |
2023-11-13 04:31:54 +01:00
| [home-manager](./home-manager) | Home manager specific functionality |