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!