fake email

This commit is contained in:
John Lancaster
2024-12-08 16:49:40 -06:00
parent 857aedca79
commit fdb9d8717d
2 changed files with 7 additions and 3 deletions

View File

@@ -10,6 +10,9 @@ let
repoBranch = "reorg";
in
{
nixpkgs.config.allowUnfree = true;
programs.home-manager.enable = true;
programs.git = {
enable = true;
extraConfig.credential.helper = "store --file ~/.git-credentials";
@@ -18,9 +21,9 @@ in
extraConfig.safe.directory = "${homePath}";
};
nixpkgs.config.allowUnfree = true;
programs.bash.enable = true;
programs.ssh.enable = true;
programs.home-manager.enable = true;
home = {
homeDirectory = "${homePath}";
packages = [