Add git and remove ~/.manpager
This commit is contained in:
parent
b9f1a52ee2
commit
28590820e5
2 changed files with 16 additions and 0 deletions
12
programs/git/default.nix
Normal file
12
programs/git/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.git.enable = true;
|
||||
programs.git.userName = "langedev";
|
||||
programs.git.userEmail = "public@daltonlange.com";
|
||||
programs.git.extraConfig = {
|
||||
safe = {
|
||||
directory = "/etc/nixos";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue