feat(homes/rafiq): add git config

This commit is contained in:
Mohammad Rafiq 2025-05-18 16:33:19 +08:00
parent b63a7bad99
commit 2e466e6eca
No known key found for this signature in database
2 changed files with 39 additions and 4 deletions

View file

@ -0,0 +1,13 @@
{config, lib, osConfig, ... }:
{
imports = [
];
options.cli = {
};
config = {
};
}