Config
Description
❄️ Nix-based dotfiles, claude code configs, and system settings for macOS & NixOS, which makes everyday software development fun!
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
config
[](https://github.com/himkt/dotfiles/actions/workflows/macos.yml) [](https://github.com/himkt/dotfiles/actions/workflows/nixos.yml)
Unified Nix-based configuration for macOS (nix-darwin) and NixOS.
Structure
dotfiles/
├── flake.nix # Unified flake (NixOS + nix-darwin)
├── Makefile # Build and setup targets
├── hosts/
│ ├── nixos/ # NixOS system configuration
│ └── macos/ # nix-darwin system configuration
├── home/
│ ├── nixos.nix # NixOS Home Manager entry point
│ ├── macos.nix # macOS Home Manager entry point
│ └── modules/ # Shared and platform-specific modules
├── brew/ # Homebrew Brewfiles (macOS)
└── secrets/ # sops-nix encrypted secrets
Setup
macOS
- Install Nix
- Clone this repository to
~/dotfiles - Apply the nix-darwin configuration:
make switch - Install Homebrew packages:
make brew make brew-gui
NixOS
- Clone this repository to
~/dotfiles - Apply the NixOS configuration:
make switch
Makefile Targets
All Nix targets automatically detect the platform (macOS / NixOS) and run the appropriate command.
| Target | Description |
|---|---|
build |
Build system configuration (dry run) |
switch |
Apply system + Home Manager configuration |
update |
Update flake inputs |
gc |
Delete old generations (keep last 7) and run garbage collection |
brew-install |
Install Homebrew |
brew |
Install base Homebrew packages |
brew-gui |
Install GUI Homebrew packages |
brew-optional |
Install optional Homebrew packages |
brew-himkt |
Install personal Homebrew packages |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11