AR
niques
Nix-Darwin and NixOS configurations for my machines, managed with Nix flakes and just.
Hosts
| Host | Platform | Description |
|---|---|---|
| Tadpole | aarch64-darwin | Enterprise machine (config in private flake) |
| Condor | aarch64-darwin | Development machine |
| Hercules | x86_64-linux | Home server |
Structure
.
โโโ flake.nix # Flake entrypoint
โโโ hosts/
โ โโโ darwin.nix # Shared macOS base config
โ โโโ Condor/ # Condor host config
โ โโโ Hercules/ # Hercules host config
โโโ modules/ # Shared home-manager modules (git, zsh, helix, zed, ...)
โโโ justfile # Build commands
Setup
Requires Determinate Nix.
# Rebuild the current host
just rebuild
# Garbage collect and optimise the store
just gcOn this page
Languages
Nix99.7%Just0.3%Shell0.0%
Contributors
Apache License 2.0
Created April 8, 2025
Updated February 10, 2026