mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Update shared configuration to include the server
This commit is contained in:
@@ -31,13 +31,20 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.thiloho = { ... }: {
|
home-manager.users.thiloho = { ... }: {
|
||||||
programs.git = {
|
programs = {
|
||||||
enable = true;
|
git = {
|
||||||
userName = "thiloho";
|
enable = true;
|
||||||
userEmail = "123883702+thiloho@users.noreply.github.com";
|
userName = "thiloho";
|
||||||
# signing = {
|
userEmail = "123883702+thiloho@users.noreply.github.com";
|
||||||
# signByDefault = true;
|
# signing = {
|
||||||
# };
|
# signByDefault = true;
|
||||||
|
# };
|
||||||
|
};
|
||||||
|
helix = {
|
||||||
|
enable = true;
|
||||||
|
defaultEditor = true;
|
||||||
|
settings.theme = "ayu_dark";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user