docs: README

This commit is contained in:
Ryan Yin
2024-02-18 13:12:13 +08:00
parent 0c60bc495f
commit 996b1dd077
2 changed files with 21 additions and 18 deletions
+7 -5
View File
@@ -14,7 +14,13 @@
</a>
</p>
This repository is home to the nix code that builds my systems.
This repository is home to the nix code that builds my systems:
1. NixOS Desktops: NixOS with home-manager, i3, hyprland, agenix, etc.
2. macOS Desktops: nix-darwin with home-manager, zsh, kitty, etc. Share the same home-manager configuration with NixOS Desktops.
3. NixOS Servers: virtual machines running on Proxmox, with various services, such as homepage, prometheus, grafana, etc.
See [./hosts](./hosts) for details of each host.
## Why NixOS & Flakes?
@@ -75,10 +81,6 @@ See [./home/base/desktop/editors/neovim/](./home/base/desktop/editors/neovim/) f
See [./home/base/desktop/editors/emacs/](./home/base/desktop/editors/emacs/) for details.
## Hosts
See [./hosts](./hosts) for details.
## Secrets Management
See [./secrets](./secrets) for details.