Add git home module

Allows me to avoid configuring my name any time I want to use git
This commit is contained in:
Eli Ribble 2025-07-21 18:47:02 +00:00
parent 974bb922cb
commit 6dc2fc4e44
2 changed files with 21 additions and 0 deletions

View file

@ -1,6 +1,7 @@
{
imports = [
./fish.nix
./git.nix
./neovim.nix
];
}