From a8ec840d21c88f06f31df60f0e4669fa827e6384 Mon Sep 17 00:00:00 2001 From: DerGrumpf Date: Fri, 3 Apr 2026 23:35:18 +0200 Subject: [PATCH] Fixed Breaking --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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