Update shared configuration to include the server

This commit is contained in:
thiloho
2023-07-26 11:46:45 +02:00
parent cdea5082a1
commit ceaa04748d

View File

@@ -31,7 +31,8 @@
};
home-manager.users.thiloho = { ... }: {
programs.git = {
programs = {
git = {
enable = true;
userName = "thiloho";
userEmail = "123883702+thiloho@users.noreply.github.com";
@@ -39,5 +40,11 @@
# signByDefault = true;
# };
};
helix = {
enable = true;
defaultEditor = true;
settings.theme = "ayu_dark";
};
};
};
}