WIP change args
This commit is contained in:
9
home.nix
9
home.nix
@@ -1,8 +1,7 @@
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
systemSettings,
|
||||
userSettings,
|
||||
...
|
||||
}:
|
||||
let
|
||||
@@ -14,8 +13,8 @@ in
|
||||
programs.git = {
|
||||
enable = true;
|
||||
extraConfig.credential.helper = "store --file ~/.git-credentials";
|
||||
userName = "John Lancaster";
|
||||
userEmail = "32917998+jsl12@users.noreply.github.com";
|
||||
userName = "${userSettings.gitUserName}";
|
||||
userEmail = "${userSettings.gitUserEmail}";
|
||||
extraConfig.safe.directory = "${homePath}";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user