Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR introduces Herdr into the dotfiles Nix/Home Manager setup by pinning it as a flake input, installing it via Home Manager, and tracking its config in-repo while excluding runtime state from Git.
Changes:
- Add
herdras a flake input (with lockfile updates) and make it available to Home Manager modules viainputs. - Install Herdr via
home.packagesand symlink~/.config/herdrto the repo so onboarding/settings writes land in the tracked directory. - Remove Zellij’s auto-start eval from
.zshrc, add Herdr config, and update gitignore patterns for Herdr runtime state and Claude local settings.
Reviewed changes
Copilot reviewed 5 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
zsh/.zshrc |
Removes Zellij auto-start initialization from interactive shell startup. |
home/modules/terminal.nix |
Installs Herdr via flake input and symlinks Herdr config directory into ~/.config. |
herdr/.config/herdr/config.toml |
Adds initial tracked Herdr configuration file. |
git/.config/git/.gitignore_global |
Globally ignores Claude local settings JSON. |
flake.nix |
Adds Herdr as a flake input so modules can consume it via inputs. |
flake.lock |
Pins Herdr (and its transitive rust-overlay) for reproducible builds. |
.gitignore |
Ignores Herdr runtime state files while keeping config.toml trackable. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.