feat(homes/rafiq): add git config
This commit is contained in:
parent
b63a7bad99
commit
2e466e6eca
2 changed files with 39 additions and 4 deletions
13
modules/hm/cli/default.nix
Normal file
13
modules/hm/cli/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{config, lib, osConfig, ... }:
|
||||
{
|
||||
imports = [
|
||||
];
|
||||
|
||||
options.cli = {
|
||||
|
||||
};
|
||||
|
||||
config = {
|
||||
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue