refactor into modules
This commit is contained in:
15
home-manager/modules/programs/git.nix
Normal file
15
home-manager/modules/programs/git.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
settings = {
|
||||
user.name = "Lukrecja Pleskaczyńska";
|
||||
user.email = "lukrecjaaa@proton.me";
|
||||
credential.helper = "store";
|
||||
http."https://git.bgs.local:3000/" = {
|
||||
sslCAInfo = "/home/lusia/VSTech-vpn/bgs-git-ca.crt";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user