From cd8cbe7d65fb422e5a87423161f130e45c0039ec Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 21 Mar 2025 20:18:45 +0000 Subject: [PATCH] Update README.md (auto) Former-commit-id: 12cf7e75926d529f4907b2b1da3bfca69f432ae7 --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 449a0f8..b032abc 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,10 @@ It includes *home-manager*, *secrets*, and *custom theming* all in one place. - [Table of Content](#table-of-content) - [Gallery](#gallery) - [Architecture](#architecture) - - [🏠 home (User-level configuration)](#-home-user-level-configuration) - - [🐧 nixos](#-nixos) - - [🎨 themes](#-themes) - - [💻 hosts](#-hosts) + - [🏠 /home (User-level configuration)](#-home-user-level-configuration) + - [🐧 /nixos](#-nixos) + - [🎨 /themes](#-themes) + - [💻 /hosts](#-hosts) - [Installation](#installation) - [Documentation](#documentation) @@ -54,9 +54,9 @@ It includes *home-manager*, *secrets*, and *custom theming* all in one place. ## Architecture -### 🏠 home (User-level configuration) +### 🏠 /home (User-level configuration) -Contains dotfiles and settings that apply to your user environment. +Contains **dotfiles and settings** that apply to your user environment. **Subfolders:** @@ -64,16 +64,16 @@ Contains dotfiles and settings that apply to your user environment. - `scripts` is a folder full of bash scripts (see [SCRIPTS.md](docs/SCRIPTS.md)) - `system` is some "desktop environment" configuration -### 🐧 nixos +### 🐧 /nixos Those are the system-level configurations. (audio, bluetooth, gpu, bootloader, ...) -### 🎨 themes +### 🎨 /themes -This folder contains all system themes. +This folder contains all system themes. Mainly [stylix](https://stylix.danth.me/) configurations. Check out the available themes and learn how to create your own in [THEMES.md](docs/THEMES.md) -### 💻 hosts +### 💻 /hosts This directory contains host-specific configurations. Each host includes: