1
0
Fork 0
forked from Bun/nixos-config

Finally find a better name for these folders

This commit is contained in:
Jimbo 2024-09-23 23:42:18 -04:00
parent 84eac269d7
commit 2e70b49477
22 changed files with 41 additions and 41 deletions

View file

@ -1,8 +0,0 @@
{pkgs, outputs, ...}: {
programs.git = {
enable = true;
lfs.enable = true;
userName = outputs.secrets.jimUsername;
userEmail = outputs.secrets.jimEmail;
};
}