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