dustinlyons / nixos-config

General purpose Nix configuration for macOS / NixOS with starter templates + step-by-step guides ✨
BSD 3-Clause "New" or "Revised" License
1.78k stars 113 forks source link

Enable template users to more easily contribute back to configuration #100

Open dustinlyons opened 4 months ago

dustinlyons commented 4 months ago
  1. Create two new repositories for each template, starter and starter-with-secrets
  2. Change initialize scripts to leverage new repository so users can easily open PRs back to their configuration if they want to
  3. Link repositories back to this configuration via git submodules
  4. Change existing scripts to abstract away any submodule commands

Notes: