From 4a48610a201f4bdfb82bdcc4426fce618fa79646 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Wed, 22 Nov 2023 17:46:20 +0100 Subject: [PATCH] add git --- nixos/queen/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nixos/queen/configuration.nix b/nixos/queen/configuration.nix index 68ecdf0..d7d7729 100644 --- a/nixos/queen/configuration.nix +++ b/nixos/queen/configuration.nix @@ -82,6 +82,7 @@ environment.systemPackages = with pkgs; [ age + git alejandra git-filter-repo home-manager @@ -124,6 +125,12 @@ enable = true; }; + programs.git = { + enable = true; + userEmail = "git@gladtherescake.eu"; + userName = "Lillian-Violet"; + }; + security.acme = { acceptTerms = true; # Replace the email here!