summaryrefslogtreecommitdiff
path: root/users/timmy
diff options
context:
space:
mode:
Diffstat (limited to 'users/timmy')
-rw-r--r--users/timmy/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/users/timmy/default.nix b/users/timmy/default.nix
index cfe37fa..dfac6ea 100644
--- a/users/timmy/default.nix
+++ b/users/timmy/default.nix
@@ -98,8 +98,10 @@ in {
# Setup git
programs.git = {
enable = true;
- userName = fullname;
- userEmail = email;
+ settings.user = {
+ name = fullname;
+ email = email;
+ };
};
# Setup gtk bookmarks