More home-manager management
This commit is contained in:
parent
10df2301e1
commit
f720df9e46
8 changed files with 61 additions and 50 deletions
|
@ -33,6 +33,10 @@
|
|||
"/vendor/bundle"
|
||||
"**/*.patch"
|
||||
];
|
||||
signing = {
|
||||
key = "charlotte@vanpetegem.me";
|
||||
signByDefault = true;
|
||||
};
|
||||
userEmail = config.custom.git.email;
|
||||
userName = "Charlotte Van Petegem";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue