feat: change git from a package to a program, and declare git configuration in home/pc/common/programs/git.nix
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{ ... }:
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
settings = {
|
||||
user.email = "autumn-the-kitty-cat@noreply.gitea.thekittycat.ca";
|
||||
user.name = "autumn-the-kitty-cat";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user