Testing home-manager git includes

This commit is contained in:
iFargle 2023-06-29 21:54:49 +09:00
parent aced32a329
commit 2aace1d98e

View file

@ -11,5 +11,13 @@ in
/* The home.stateVersion option does not have a default and must be set */
home.stateVersion = "23.05";
/* Here goes the rest of your home-manager config, e.g. home.packages = [ pkgs.foo ]; */
programs.git = {
enable = true;
userName = "albert";
userEmail = "albert@sysctl.io";
includes.credentials.contents {
helper = "cache --timeout=25920000";
};
};
};
}