New git config
This commit is contained in:
parent
2ec0af73b7
commit
5f99274ae5
5 changed files with 12 additions and 19 deletions
|
@ -25,6 +25,7 @@
|
|||
protontricks
|
||||
prismlauncher
|
||||
android-studio
|
||||
mission-center
|
||||
hunspellDicts.en_CA-large
|
||||
inputs.nix-gaming.packages.${system}.wine-ge
|
||||
];
|
||||
|
|
11
modules/common/git.nix
Normal file
11
modules/common/git.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{pkgs, ...}: {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
config.user = {
|
||||
name = "Henry-Hiles";
|
||||
email = "henry@henryhiles.com";
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = [pkgs.gh];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue