Skip to content

feat: minor changes#1

Open
Dogth wants to merge 2 commits into
masterfrom
minor_changes
Open

feat: minor changes#1
Dogth wants to merge 2 commits into
masterfrom
minor_changes

Conversation

@Dogth

@Dogth Dogth commented Mar 13, 2026

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings March 13, 2026 12:03
@Dogth Dogth self-assigned this Mar 13, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR makes small cleanups to a nix-darwin + Home Manager configuration by removing some unused app/module entries and refactoring the Git configuration module.

Changes:

  • Remove some Mac App Store apps from masApps and a leftover comment in user.nix.
  • Remove Alacritty and Neovide Home Manager modules and stop importing them.
  • Refactor Git configuration under Home Manager (plus enable difftastic).

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
user.nix Removes MAS apps and a comment from the user’s Home Manager package list.
modules/git.nix Refactors Home Manager git config structure and adds/keeps difftastic enablement.
modules/default.nix Stops importing the removed Alacritty/Neovide modules.
modules/alacritty.nix Deletes the Alacritty Home Manager configuration module.
modules/neovide.nix Deletes the Neovide Home Manager configuration module.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment thread modules/git.nix
Comment on lines +11 to +35
settings = {
core.editor = "nvim";
user = {
name = "dogth";
email = "[email protected]";
};
aliases = {
co = "checkout";
ci = "commit";
cia = "commit --amend";
s = "status";
st = "status";
b = "branch";
pu = "push";
};
extraConfig = {
init.defaultBranch = "master";
core.editor = "nvim";
credential.helper = "store --file ~/.git-credentials";
pull.rebase = "false";
gpg.format = "ssh";
};

};

Comment thread modules/default.nix
[
./alacritty.nix
./git.nix
./tmux.nix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants