2026-03-10 21:50:51 +01:00
|
|
|
{ repoLocalPath, ... }:
|
|
|
|
|
{
|
|
|
|
|
home.username = "root";
|
|
|
|
|
home.homeDirectory = "/root";
|
|
|
|
|
home.stateVersion = "24.05";
|
2026-03-19 19:30:36 +01:00
|
|
|
stylix.enableReleaseChecks = false;
|
2026-03-10 21:50:51 +01:00
|
|
|
|
|
|
|
|
programs.git = {
|
|
|
|
|
enable = true;
|
2026-03-19 19:30:36 +01:00
|
|
|
settings.safe.directory = repoLocalPath;
|
2026-03-10 21:50:51 +01:00
|
|
|
};
|
|
|
|
|
}
|