Compare commits

..

No commits in common. "1225e41d8b3a0f5af3effe6464c60b91974a997d" and "d88c1c15885193f639f111cbb7610f9aaf95c7e9" have entirely different histories.

View file

@ -1,7 +1,6 @@
{
pkgs,
lib,
config,
osConfig,
...
}: let
@ -73,21 +72,5 @@ in {
programs = {
# Let Home Manager install and manage itself.
home-manager.enable = true;
git = {
enable = true;
userName = "Eve Halfmann";
userEmail = "evesnrobins@gmail.com";
extraConfig.init.defaultBranch = "main";
};
openssh = {
hostKeys = [
{
type = "ed25519";
path = "${config.home.username}_${osConfig.networking.hostName}_ed25519";
}
];
};
};
}