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

@@ -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.