Fixed Breaking

This commit is contained in:
DerGrumpf
2026-04-03 23:35:18 +02:00
parent 2aebbdd5e8
commit a8ec840d21

View File

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