{"id":16339759,"url":"https://github.com/jkachmar/termina","last_synced_at":"2025-03-20T23:31:18.556Z","repository":{"id":93201642,"uuid":"537958447","full_name":"jkachmar/termina","owner":"jkachmar","description":"the ever-shifting depths of the Underworld are not as once they were...","archived":false,"fork":false,"pushed_at":"2025-02-18T23:29:57.000Z","size":4207,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-01T00:55:48.226Z","etag":null,"topics":["dotfiles","macos","nix","nixos"],"latest_commit_sha":null,"homepage":"","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/jkachmar.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":"2022-09-18T00:01:06.000Z","updated_at":"2025-01-30T21:09:37.000Z","dependencies_parsed_at":"2023-04-07T22:48:03.216Z","dependency_job_id":"70649a96-92cc-483d-879e-e1ecc024333a","html_url":"https://github.com/jkachmar/termina","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkachmar%2Ftermina","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkachmar%2Ftermina/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkachmar%2Ftermina/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkachmar%2Ftermina/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jkachmar","download_url":"https://codeload.github.com/jkachmar/termina/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244090797,"owners_count":20396486,"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":["dotfiles","macos","nix","nixos"],"created_at":"2024-10-10T23:55:06.229Z","updated_at":"2025-03-20T23:31:18.245Z","avatar_url":"https://github.com/jkachmar.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# I Fucking Hate Dotfiles\n\n![Link standing on the Great Plateau, from Breath of the Wild, looking out over Hyrule](./plateau.jpg)\n\n## TL;DR\n\nA mix of system- \u0026 user-level configurations for the machines that I\nadminister; shared here for convenience and in case anyone else finds them\nuseful.\n\n### Structure\n\n- [`flake/`] - \"flake modules\" to be used with [`flake-parts`]\n  - [`devshells.nix`] - system-agnostic development shells\n  - [`macos.nix`] - macOS configuration targets\n  - [`nixos.nix`] - NixOS configuration targets\n  - [`user.nix`] - user-level configuration targets\n- [`config/`]\n  - [`shared/`] - settings shared between system \u0026 user configs\n  - [`system/`] - system-level configuration options (Nix itself, dev tools, services)\n    - [`macos/`] - macOS system-level configs (homebrew, app store, dock, inputs)\n  - [`user/`] - user-level configuration (i.e. dotfile management)\n- [`disks/`] - declarative disk partition configuration, courtesy of [`disko`]\n- [`profiles/`] - collections of configuration options from which high-level system \"profiles\" are comprised\n  - e.g. `profiles/user/base.nix` is a user-level profile for all systems\n- [`hosts/`] - system \u0026 user configs for the different hosts administered here\n- [`modules/`] - custom modules used in system- or user-level configuration\n- [`overlays/`] - just what it says: any overlays that should be applied to the package sets used herein\n- [`scripts/`] - shell scripts \u0026 other utilities\n\n[`flake/`]: ./flake\n[`devshells.nix`]: ./flake/devshells.nix\n[`macos.nix`]: ./flake/macos.nix\n[`nixos.nix`]: ./flake/nixos.nix\n[`user.nix`]: ./flake/user.nix\n[`config/`]: ./config\n[`shared/`]: ./config/shared\n[`system/`]: ./config/system\n[`macos/`]: ./config/system/macos\n[`user/`]: ./config/user\n[`disks/`]: ./disks\n[`profiles/`]: ./profiles\n[`hosts/`]: ./hosts\n[`modules/`]: ./modules\n[`overlays/`]: ./overlays\n[`scripts/`]: ./scripts\n\n[`disko`]: https://www.github.com/nix-community/disko\n[`flake-parts`]: https://www.github.com/hercules-ci/flake-parts\n\n## NOTES\n\n\u003cdetails\u003e\u003csummary\u003e TODO \u003c/summary\u003e\n\n- [ ] init with [colmena](https://github.com/zhaofengli/colmena)\n- [ ] test out [remote builds](https://colmena.cli.rs/unstable/features/remote-builds.html)\n    - a macOS host should be able to deploy a config to a NixOS/Linux target\n- [ ] test out [binfmt emulation](https://colmena.cli.rs/unstable/examples/multi-arch.html#using-binfmt-emulation)\n    - a x86_64-linux host should be able to build an aarch64-linux deployment **locally** (i.e. cross-arch) and then deploy it to a target\n    - try this out with some [native images](https://nixos.wiki/wiki/NixOS_on_ARM#Build_your_own_image_natively) for a Raspberry Pi built on an `x86_64-linux` machine\n- [ ] minimize plaintext keys stored on device with [secrets](https://colmena.cli.rs/unstable/features/keys.html)\n    - plaintext keys should _only_ decrypt system partitions\n    - all data partitions (and associated services) await some corresponding `systemd` unit, which indicates that the secret has been supplied\n    - MVP is just reading from some plaintext files on the host\n    - later iteration \n    - be very careful to always permit SSH access (leave allowed public keys in the config file) so as to avoid having to manually connect up to the machine and debug\n\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjkachmar%2Ftermina","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjkachmar%2Ftermina","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjkachmar%2Ftermina/lists"}