add git.nix
This commit is contained in:
parent
6b856c3b4f
commit
315c905dc2
1 changed files with 5 additions and 0 deletions
5
modules/features/home/git.nix
Normal file
5
modules/features/home/git.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ ... }: {
|
||||
programs.git = {
|
||||
|
||||
};
|
||||
}
|
||||
Reference in a new issue