chore: remove commented-out git tool configuration

- Deleted unused `#git.enable` lines from both aarch64 and x86_64 configurations.
- These lines served no functional purpose and were outdated.
This commit is contained in:
Harald Hoyer 2025-03-20 09:11:39 +01:00
parent c0a531a023
commit ec93b75598
2 changed files with 0 additions and 2 deletions

View file

@ -18,7 +18,6 @@ with lib.metacfg;
secureboot.enable = false;
tools = {
direnv.enable = true;
#git.enable = true;
};
user.extraGroups = [
"docker"

View file

@ -23,7 +23,6 @@ with lib.metacfg;
homeprinter.enable = true;
tools = {
direnv.enable = true;
#git.enable = true;
};
user.extraGroups = [
"docker"