diff --git a/README.md b/README.md
index 74d6a14..1e76876 100644
--- a/README.md
+++ b/README.md
@@ -54,22 +54,22 @@ nix-switch
## Project Structure
```mermaid
graph TD
- flake[flake.nix] --> desktop[nixosConfigurations\ncyper-desktop]
- flake --> mac[darwinConfigurations\ncyper-mac]
+ flake[flake.nix] --> desktop[nixosConfigurations
cyper-desktop]
+ flake --> mac[darwinConfigurations
cyper-mac]
- desktop --> nixos[nixos/\nNixOS system modules]
- desktop --> hd[hosts/cyper-desktop/\nhardware + networking]
- desktop --> home[home/\nshared home-manager]
+ desktop --> nixos[nixos/
NixOS system modules]
+ desktop --> hd[hosts/cyper-desktop/
hardware + networking]
+ desktop --> home[home/
shared home-manager]
- mac --> darwin[darwin/\nmacOS system modules]
- mac --> hm[hosts/cyper-mac/\nhost specific]
+ mac --> darwin[darwin/
macOS system modules]
+ mac --> hm[hosts/cyper-mac/
host specific]
mac --> home
- home --> shared["shared\npackages, git, shell, python\nnixvim, nixcord, spicetify\nfloorp, obsidian"]
+ home --> shared[shared
packages, git, shell, python
nixvim, nixcord, spicetify
floorp, obsidian]
home --> deskmod[desktop/]
- deskmod --> dlinux["Linux only\nhyprland, niri\nwaybar, rofi\ngtk, qt, onlyoffice\nxdg, waypaper"]
- deskmod --> dmac["macOS only\nsketchybar"]
+ deskmod --> dlinux[Linux only
hyprland, niri
waybar, rofi
gtk, qt, onlyoffice
xdg, waypaper]
+ deskmod --> dmac[macOS only
sketchybar]
```
## Secrets