1
Fork 0
satellite/home/features/README.md

15 lines
783 B
Markdown
Raw Normal View History

2023-05-28 05:26:26 +02:00
# Home manager configuration pieces
Check out [tethys](../tethys.nix) for example imports
2023-05-28 02:00:10 +02:00
## File structure
2023-06-09 13:17:34 +02:00
| Directory | Description |
| -------------------------------- | -------------------------------------------- |
| [cli](./cli) | Configuration for terminal stuff |
| [desktop](./desktop) | Desktop apps usable on both wayland and xorg |
| [xorg](./xorg) | Xorg only stuff |
| [wayland](./wayland) | Wayland only stuff |
| [neovim](./neovim) | Neovim |
2023-12-02 00:46:56 +01:00
| [persistence](./persistence.nix) | For impermanence settings |