refactor: added flake parts
This commit is contained in:
parent
db7ac35613
commit
88041e86bd
66 changed files with 3538 additions and 2163 deletions
16
modules/hosts/home/leyla/packages/git.nix
Normal file
16
modules/hosts/home/leyla/packages/git.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{...}: {
|
||||
flake.homeModules.leylaGit = {...}: {
|
||||
config = {
|
||||
programs = {
|
||||
git = {
|
||||
signing.format = "openpgp";
|
||||
settings = {
|
||||
user.name = "Leyla Becker";
|
||||
user.email = "git@jan-leila.com";
|
||||
init.defaultBranch = "main";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue