{"id":16129458,"url":"https://github.com/klutchell/nix-darwin","last_synced_at":"2025-04-06T13:41:40.005Z","repository":{"id":200033841,"uuid":"704651287","full_name":"klutchell/nix-darwin","owner":"klutchell","description":"My nix-darwin configuration","archived":false,"fork":false,"pushed_at":"2025-01-14T20:02:11.000Z","size":159,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-04T14:03:43.896Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/klutchell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-13T18:24:58.000Z","updated_at":"2025-01-14T20:02:15.000Z","dependencies_parsed_at":"2023-10-15T11:01:24.341Z","dependency_job_id":"265b32b6-fb9f-42bd-a123-f40fcde7911d","html_url":"https://github.com/klutchell/nix-darwin","commit_stats":{"total_commits":58,"total_committers":1,"mean_commits":58.0,"dds":0.0,"last_synced_commit":"f4f6819b242bcc0990d0ae06c6e4715186bf9aa5"},"previous_names":["klutchell/nix-darwin"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klutchell%2Fnix-darwin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klutchell%2Fnix-darwin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klutchell%2Fnix-darwin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klutchell%2Fnix-darwin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/klutchell","download_url":"https://codeload.github.com/klutchell/nix-darwin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247492460,"owners_count":20947541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-09T22:10:52.414Z","updated_at":"2025-04-06T13:41:39.973Z","avatar_url":"https://github.com/klutchell.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nix-darwin-config\n\nBased on [nix-darwin-kickstarter](https://github.com/ryan4yin/nix-darwin-kickstarter) by @ryan4yin\n\nI have customized this template to my own needs, DO NOT deploy it to your system directly!\n\n## Getting Started\n\n1. Clone this project to `~/.config/nix-darwin`\n2. Run `make deploy` in the root to build and deploy\n\n## Configuration Structure\n\nThe nix-darwin configuration's structure should be as follows:\n\n```bash\n› tree\n.\n├── flake.lock  # a lock file generated by nix, you can ignore it for now\n├── flake.nix   # the entry point of your nix configuration, you need to add your hostname here\n├── home        # home-manager's configuration folder, help you manage your dotfiles \u0026 user-level apps.\n│   ├── bash.nix     # customize bash's dotfiles\n│   ├── core.nix     # user-level apps from nixpkgs(nix's official package repository)\n│   ├── default.nix  # home-manager's entry point, you need to import all other nix files in home folder here.\n│   ├── git.nix      # customize git's dotfiles\n│   └── starship.nix  # customize starship's dotfiles\n├── Makefile    # a Makefile to simplify your nix-darwin workflow.\n├── README.md\n├── modules     # a folder contains all your nix-darwin configuration files\n│   ├── apps.nix        # contains all your homebrew \u0026 nix apps(both GUI \u0026 CLI)\n│   ├── host-users.nix  # defines your hostname \u0026 all your system users\n│   ├── nix-core.nix    # nix's core configuration, you can ignore it for now\n│   └── system.nix      # defines your macOS's system configuration(like dock, trackpad, keyboard, finder, loginwindow, etc.)\n└── scripts\n    └── darwin_set_proxy.py  # a script to set http proxy for nix \u0026 homebrew.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklutchell%2Fnix-darwin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fklutchell%2Fnix-darwin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklutchell%2Fnix-darwin/lists"}