This commit is contained in:
Hadi 2024-10-07 13:13:23 +02:00
parent 3aa0fb8a22
commit 8a41ffad2f
2 changed files with 22 additions and 14 deletions

View File

@ -38,10 +38,10 @@ It's a simple way to manage your system configuration and dotfiles.
- [Table of Content](#table-of-content) - [Table of Content](#table-of-content)
- [Gallery](#gallery) - [Gallery](#gallery)
- [Architecture](#architecture) - [Architecture](#architecture)
- [🏠 `home`](#-home) - [🏠 home](#-home)
- [`nixos`](#nixos) - [🐧 nixos](#-nixos)
- [`themes`](#themes) - [🎨 themes](#-themes)
- [💻 `hosts`](#-hosts) - [💻 hosts](#-hosts)
- [Installation](#installation) - [Installation](#installation)
- [Documentation](#documentation) - [Documentation](#documentation)
@ -53,7 +53,7 @@ It's a simple way to manage your system configuration and dotfiles.
## Architecture ## Architecture
### 🏠 `home` ### 🏠 home
Those are the dotfiles and configuration files for user-level configuration 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 - `programs` is a collection of apps configured with home-manager
- `scripts` is a folder full of bash scripts (see [SCRIPTS.md](docs/SCRIPTS.md)) - `scripts` is a folder full of bash scripts (see [SCRIPTS.md](docs/SCRIPTS.md))
- `system` is some "desktop environment" configuration - `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 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. 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.

View File

@ -43,7 +43,7 @@ It's a simple way to manage your system configuration and dotfiles.
## Architecture ## Architecture
### 🏠 `home` ### 🏠 home
Those are the dotfiles and configuration files for user-level configuration 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 - `programs` is a collection of apps configured with home-manager
- `scripts` is a folder full of bash scripts (see [SCRIPTS.md](docs/SCRIPTS.md)) - `scripts` is a folder full of bash scripts (see [SCRIPTS.md](docs/SCRIPTS.md))
- `system` is some "desktop environment" configuration - `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 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. 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.