Update
This commit is contained in:
parent
dc5c227667
commit
9db5b9231e
14
README.md
14
README.md
@ -44,7 +44,8 @@ It's a simple way to manage your system configuration and dotfiles.
|
||||
- [Table of Content](#table-of-content)
|
||||
- [Gallery](#gallery)
|
||||
- [Architecture](#architecture)
|
||||
- [Installation](#installation)
|
||||
- [Installation](#installation)
|
||||
- [Documentation](#documentation)
|
||||
|
||||
## Gallery
|
||||
|
||||
@ -58,7 +59,7 @@ It's a simple way to manage your system configuration and dotfiles.
|
||||
- 💻 `hosts` are the system configuration files
|
||||
- `laptop` is mine
|
||||
- `guest` is a template that you can copy and modify for your own system
|
||||
- `themes` contains all the themes available (see [docs/THEMES.md])
|
||||
- `themes` contains all the themes available (see [THEMES.md](docs/THEMES.md))
|
||||
- `shared` are some nix files that you can import (nvidia, prime, fonts, ...)
|
||||
- 🤫 `secrets` are the secrets files encrypted with sops
|
||||
|
||||
@ -75,3 +76,12 @@ git clone https://github.com/anotherhadi/nixy ~/.config/nixos
|
||||
```sh
|
||||
sudo nixos-rebuild switch --flake ~/.config/nixos#nixy
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
||||
- [THEMES.md](docs/THEMES.md): How themes work and how to create your own
|
||||
- [APPS.md](docs/APPS.md): Which apps are installed
|
||||
- [SCRIPTS.md](docs/SCRIPTS.md): Scripts that are available
|
||||
- [TODO.md](docs/TODO.md): What's next (feel free to contribute)
|
||||
- [CONTRIBUTING.md](docs/CONTRIBUTING.md): How to contribute
|
||||
- [LICENSE](LICENSE): MIT License
|
||||
|
@ -20,7 +20,7 @@ It's a simple way to manage your system configuration and dotfiles.
|
||||
- 💻 `hosts` are the system configuration files
|
||||
- `laptop` is mine
|
||||
- `guest` is a template that you can copy and modify for your own system
|
||||
- `themes` contains all the themes available (see [docs/THEMES.md])
|
||||
- `themes` contains all the themes available (see [THEMES.md](docs/THEMES.md))
|
||||
- `shared` are some nix files that you can import (nvidia, prime, fonts, ...)
|
||||
- 🤫 `secrets` are the secrets files encrypted with sops
|
||||
|
||||
@ -37,3 +37,12 @@ git clone https://github.com/anotherhadi/nixy ~/.config/nixos
|
||||
```sh
|
||||
sudo nixos-rebuild switch --flake ~/.config/nixos#nixy
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
||||
- [THEMES.md](docs/THEMES.md): How themes work and how to create your own
|
||||
- [APPS.md](docs/APPS.md): Which apps are installed
|
||||
- [SCRIPTS.md](docs/SCRIPTS.md): Scripts that are available
|
||||
- [TODO.md](docs/TODO.md): What's next (feel free to contribute)
|
||||
- [CONTRIBUTING.md](docs/CONTRIBUTING.md): How to contribute
|
||||
- [LICENSE](LICENSE): MIT License
|
||||
|
Loading…
Reference in New Issue
Block a user