From f36c64f008c8d822e42f325bfb9508844db552f4 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Mon, 22 Jul 2024 19:59:12 -0700 Subject: Setup git on copenhagen --- hosts/copenhagen/home/c.nix | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'hosts/copenhagen/home') diff --git a/hosts/copenhagen/home/c.nix b/hosts/copenhagen/home/c.nix index 1190c0f..9d8bbe6 100644 --- a/hosts/copenhagen/home/c.nix +++ b/hosts/copenhagen/home/c.nix @@ -17,6 +17,26 @@ allowOther = true; }; + + programs = { + git = { + enable = true; + + userName = "Caroline Larimore"; + userEmail = "caroline@larimo.re"; + + signing = { + key = "DE64538967CA0C68"; + signByDefault = true; + }; + + ignores = [ + "*~" + "*.swp" + ]; + }; + }; + home.packages = with pkgs; [ cloc ]; -- cgit v1.2.3