small error fixes

This commit is contained in:
alisceon 2026-03-19 19:30:36 +01:00
parent d43628b069
commit f4539a9c7d
3 changed files with 7 additions and 6 deletions

View file

@ -3,9 +3,10 @@
home.username = "root";
home.homeDirectory = "/root";
home.stateVersion = "24.05";
stylix.enableReleaseChecks = false;
programs.git = {
enable = true;
extraConfig.safe.directory = repoLocalPath;
settings.safe.directory = repoLocalPath;
};
}