From aa169aa2f77346f4d4329fda2e26b04c0d89a73a Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Sun, 28 May 2023 05:26:26 +0200 Subject: [PATCH] Readme fixes --- home/features/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/home/features/README.md b/home/features/README.md index 9e728dc..a2ab617 100644 --- a/home/features/README.md +++ b/home/features/README.md @@ -1,10 +1,12 @@ -# Common home manager stuff +# Home manager configuration pieces + +Check out [tethys](../tethys.nix) for example imports ## File structure | Directory | Description | | -------------------- | --------------------------------------------- | -| [cli/](./cli) | Configuration for terminal stuff | +| [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 |