From 2cd81fbd8551c59e13563c48f5aa90a3bb8fa724 Mon Sep 17 00:00:00 2001 From: Drew Galbraith Date: Thu, 26 Dec 2024 17:23:34 -0800 Subject: [PATCH] Enable git. --- home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.nix b/home.nix index 2880891..6138e26 100644 --- a/home.nix +++ b/home.nix @@ -17,8 +17,8 @@ git = { enable = true; - userEmail = "dgalbraith33@gmail.com" - userName = "Drew Galbraith" + userEmail = "dgalbraith33@gmail.com"; + userName = "Drew Galbraith"; extraConfig = { core = { editor = "vim";