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:
parent
c0a531a023
commit
ec93b75598
|
@ -18,7 +18,6 @@ with lib.metacfg;
|
|||
secureboot.enable = false;
|
||||
tools = {
|
||||
direnv.enable = true;
|
||||
#git.enable = true;
|
||||
};
|
||||
user.extraGroups = [
|
||||
"docker"
|
||||
|
|
|
@ -23,7 +23,6 @@ with lib.metacfg;
|
|||
homeprinter.enable = true;
|
||||
tools = {
|
||||
direnv.enable = true;
|
||||
#git.enable = true;
|
||||
};
|
||||
user.extraGroups = [
|
||||
"docker"
|
||||
|
|
Loading…
Reference in a new issue