Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
- Root: `flake.nix` (entrypoint) and `flake.lock`.
Sign in to like and favorite skills
flake.nix (entrypoint) and flake.lock.darwin/: host-level config (darwin.nix, brew.nix, system-defaults.nix).home/: user-level modules (home.nix, packages.nix, aliases.nix).NIX-IMPROVEMENTS.md, WARP.md, apps_manual_install.txt.nix flake check .: validate flake and module evaluation.darwin-rebuild build --flake .#ZoBookPro: build the system without applying.sudo darwin-rebuild switch --flake .#ZoBookPro: apply the system config.home-manager switch --flake .: apply Home Manager modules.nix flake update: update inputs; commit flake.lock.
Examples via Fish aliases (see home/aliases.nix): drs, hmrs, nrs, nup, nck.nixpkgs-fmt before committing.system-defaults.nix).darwin/*.nix; shared/reusable settings in home/*.darwin-rebuild build --flake .#ZoBookPro.--show-trace for details.fish --version, nix --version, run sysinfo).feat:, fix:, refactor:, docs:.nixpkgs-fmt and nix flake check before push.darwin/brew.nix), and note local validation commands/output. Link issues when relevant.home/home.nix (load_op_key, load_api_keys).ZoBookPro. New hosts should be added under darwinConfigurations in flake.nix with host-specific modules in darwin/.