diff --git a/README.md b/README.md index c02e927..6f84b85 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,10 @@ It's a simple way to manage your system configuration and dotfiles. - [Table of Content](#table-of-content) - [Gallery](#gallery) - [Architecture](#architecture) - - [🏠 `home`](#-home) - - [`nixos`](#nixos) - - [`themes`](#themes) - - [💻 `hosts`](#-hosts) + - [🏠 home](#-home) + - [🐧 nixos](#-nixos) + - [🎨 themes](#-themes) + - [💻 hosts](#-hosts) - [Installation](#installation) - [Documentation](#documentation) @@ -53,7 +53,7 @@ It's a simple way to manage your system configuration and dotfiles. ## Architecture -### 🏠 `home` +### 🏠 home Those are the dotfiles and configuration files for user-level configuration @@ -62,13 +62,17 @@ Those are the dotfiles and configuration files for user-level configuration - `programs` is a collection of apps configured with home-manager - `scripts` is a folder full of bash scripts (see [SCRIPTS.md](docs/SCRIPTS.md)) - `system` is some "desktop environment" configuration -- `wallpapers` are... wallpapers -### `nixos` +### 🐧 nixos -### `themes` +Those are the system-level configurations. -### 💻 `hosts` +### 🎨 themes + +Those are the themes used in the system configuration. +Those themes are based on [stylix](https://github.com/danth/stylix). + +### 💻 hosts Those are the host-specific configurations Each host contains a `configuration.nix` for system-level configuration, a `home.nix` for user-level configuration, and a `variables.nix` for config wide variables. diff --git a/docs/src/README_template.md b/docs/src/README_template.md index 2abdd23..0fa2451 100644 --- a/docs/src/README_template.md +++ b/docs/src/README_template.md @@ -43,7 +43,7 @@ It's a simple way to manage your system configuration and dotfiles. ## Architecture -### 🏠 `home` +### 🏠 home Those are the dotfiles and configuration files for user-level configuration @@ -52,13 +52,17 @@ Those are the dotfiles and configuration files for user-level configuration - `programs` is a collection of apps configured with home-manager - `scripts` is a folder full of bash scripts (see [SCRIPTS.md](docs/SCRIPTS.md)) - `system` is some "desktop environment" configuration -- `wallpapers` are... wallpapers -### `nixos` +### 🐧 nixos -### `themes` +Those are the system-level configurations. -### 💻 `hosts` +### 🎨 themes + +Those are the themes used in the system configuration. +Those themes are based on [stylix](https://github.com/danth/stylix). + +### 💻 hosts Those are the host-specific configurations Each host contains a `configuration.nix` for system-level configuration, a `home.nix` for user-level configuration, and a `variables.nix` for config wide variables.