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:
@@ -7,6 +7,7 @@
|
||||
./carapace.nix
|
||||
./fastfetch.nix
|
||||
./foot.nix
|
||||
./git.nix
|
||||
./hyfetch.nix
|
||||
./mako.nix
|
||||
./ncspot.nix
|
||||
@@ -18,7 +19,7 @@
|
||||
./waybar.nix
|
||||
./yazi.nix
|
||||
./zathura.nix
|
||||
./zoxide.nix
|
||||
./zen.nix
|
||||
./zoxide.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -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