mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Update shared configuration to include the server
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user