configure git with home manager

This commit is contained in:
cy 2024-12-12 20:24:10 -05:00
parent 45c0844604
commit 409109229f
4 changed files with 10 additions and 29 deletions

6
nix/flake.lock generated
View file

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1733951607,
"narHash": "sha256-CN6q6iCzxI1gkNyk4xLdwaMKi10r7n+aJkRzWj8PXwQ=",
"lastModified": 1734043726,
"narHash": "sha256-e9YAMReFV1fDPcZLFC2pa4k/8TloSXeX0z2VysNMAoA=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "6e5b2d9e8014b5572e3367937a329e7053458d34",
"rev": "3066cc58f552421a2c5414e78407fa5603405b1e",
"type": "github"
},
"original": {

View file

@ -32,4 +32,11 @@
home.sessionVariables = {
ANKI_WAYLAND = "1";
};
programs.git = {
enable = true;
userName = "cy";
userEmail = "hi@cything.io";
delta.enable = true;
};
}