Fix git config override

This commit is contained in:
2026-03-28 22:36:57 +01:00
parent a0e97dd1f5
commit 2aec0d341d
3 changed files with 6 additions and 8 deletions

View File

@@ -77,10 +77,6 @@
type = lib.types.deferredModule;
default = { };
};
options.programs.git = lib.mkOption {
type = lib.types.deferredModule;
default = { };
};
})
./hosts/mars/darwin.nix
];