@malob/nix-config
This is a Nix flake that manages system configuration for macOS (via nix-darwin) and Linux (via home-manager).
Install
Add @malob/nix-config to Claude Code with the PolySkill CLI: polyskill add @malob/nix-config
Instructions
# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Build Commands ```bash # Build and switch to the macOS nix-darwin configuration nh darwin switch --no-nom # Build without switching (for testing) nh darwin build --no-nom # Update all flake inputs nix flake update # Update a specific input nix flake update nixpkgs-unstable ``` ## Architecture This is a Nix flake that manages system configuration for macOS (via nix-darwin) and Linux (via home-manager). ### Key Structure - **`flake.nix`** - Main entry point defining inputs, outp…
Keywords: github, nix-flake, system-configuration, macos, linux, nix-darwin, home-manager, devops, configuration-management