# A NIX Config To Rule Them all _now mostly focused on my Mac Machines_ Started with a configuration generated from [this nixos config template](https://github.com/dustinlyons/nixos-config/) Installed nix with `--nix-build-group-id 30000` Initialy created 'with secrets' but stripped out the git/agenix in favor of sops ``` mkdir -p nixos-config && cd nixos-config && nix flake --extra-experimental-features 'nix-command flakes' init -t github:dustinlyons/nixos-config#starter-with-secrets ```