mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
Update README.md (auto)
This commit is contained in:
20
README.md
20
README.md
@@ -38,10 +38,10 @@ It includes *home-manager*, *secrets*, and *custom theming* all in one place.
|
|||||||
- [Table of Content](#table-of-content)
|
- [Table of Content](#table-of-content)
|
||||||
- [Gallery](#gallery)
|
- [Gallery](#gallery)
|
||||||
- [Architecture](#architecture)
|
- [Architecture](#architecture)
|
||||||
- [🏠 home (User-level configuration)](#-home-user-level-configuration)
|
- [🏠 /home (User-level configuration)](#-home-user-level-configuration)
|
||||||
- [🐧 nixos](#-nixos)
|
- [🐧 /nixos](#-nixos)
|
||||||
- [🎨 themes](#-themes)
|
- [🎨 /themes](#-themes)
|
||||||
- [💻 hosts](#-hosts)
|
- [💻 /hosts](#-hosts)
|
||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
- [Documentation](#documentation)
|
- [Documentation](#documentation)
|
||||||
|
|
||||||
@@ -54,9 +54,9 @@ It includes *home-manager*, *secrets*, and *custom theming* all in one place.
|
|||||||
|
|
||||||
## Architecture
|
## 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:**
|
**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))
|
- `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
|
||||||
|
|
||||||
### 🐧 nixos
|
### 🐧 /nixos
|
||||||
|
|
||||||
Those are the system-level configurations. (audio, bluetooth, gpu, bootloader, ...)
|
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)
|
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.
|
This directory contains host-specific configurations.
|
||||||
Each host includes:
|
Each host includes:
|
||||||
|
|||||||
Reference in New Issue
Block a user