change git config
This commit is contained in:
parent
811e6a8429
commit
9cc071a545
|
@ -1,13 +1,17 @@
|
|||
{ pkgs, ... }: {
|
||||
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
||||
userName = "Frost-Phoenix";
|
||||
userEmail = "67cyril6767@gmail.com";
|
||||
|
||||
defaultBranch = "main";
|
||||
|
||||
credential.helper = "store";
|
||||
};
|
||||
|
||||
home.packages = [ pkgs.gh ];
|
||||
|
||||
home.configFile."git/config".source = ./config;
|
||||
# home.configFile."git/config".source = ./config;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue