feat: initial commit
This commit is contained in:
commit
428f2b7089
11 changed files with 608 additions and 0 deletions
10
modules/home-manager/git.nix
Normal file
10
modules/home-manager/git.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
delta.enable = true;
|
||||
userEmail = "stefan@tague.at";
|
||||
userName = "s-prechtl";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue